Returns whether there is any selected text.
[ bSelected = ] Object.Selected
The Selected property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
bSelected |
Bool |
A boolean expression that specifies whether there is any selected text. |
bSelected can be one of the following:
|
Value |
Description |
|
True |
Text is selected. |
|
False * |
Text is not selected. |
This property is read-only at run time.
The following statement retrieves whether or not the ALog object has text selected:
bSelected = log1.Selected