Forces any data remaining in the append buffer to be displayed immediately.
Object.Flush()
The Flush method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
The following example will flush any data in the buffer of the ALog control:
log1.Flush()
|
|
|
|
|