Returns a value that determines whether or not the Log control is engaged in a downloading operation or other activity.
[ bBusy = ] Object.Busy
The Busy property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
bBusy |
Bool |
A boolean expression that specifies whether the object is engaged in a downloading operation or other activity. |
bBusy can be one of the following:
|
ValueS |
Description |
|
True |
The control is engaged in a downloading operation or other activity. |
|
False |
The control is not engaged in an operation or activity. |
This property is read-only at run time.
The following statement retrieves whether or not the ALog object is engaged in a downloading operation or other activity:
blog1Busy = log1.Busy