APGen Documentation Previous Topic: APGen.Debug Next Topic: APGen.WriteIffChanged Parent Topic: APGen Object    APGen Object
APGen.BufferOutput
See Also:

The APGen.BufferOutput property sets/returns whether to buffer output for child APG scripts.

Syntax

VBScript:

oAPGen.BufferOutput [= boolBuffer ]

JScript:

oAPGen.BufferOutput [= boolBuffer ] ;

Object

oAPGen An APGen object.

Parameters

boolBuffer True: Buffer output for all child APG scripts.
False (Default) : Don't buffer output for child APG scripts.

Notes

Child APGScript objects (scripts run or opened by this APGen object) inherit the APGen.BufferOutput value for their Output.Buffer property. This gives developers an easy way to set buffering behavior for multiple scripts.

Applies To

APGen Object