Flush Method (ALog)

Forces any data remaining in the append buffer to be displayed immediately.

Syntax

Object.Flush()

The Flush method syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

Example

The following example will flush any data in the buffer of the ALog control:

log1.Flush()

Applies to

ALog

See Also