Clears the contents of the log by removing all the control internal items.
Object.Clear()
The Clear method syntax has the following parts:
Name |
Type |
Description |
Object |
ALog |
ALog control |
The following example will clear an ALog control of all its contents:
log1.Clear()