Clear Method (ALog)

Clears the contents of the log by removing all the control internal items.

Syntax

Object.Clear()

The Clear method syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

Example

The following example will clear an ALog control of all its contents:

log1.Clear()

Applies to

ALog

See Also

Copy, Find, Move, OnClear