Returns the selected text.
[ sSelectedText = ] Object.SelectedText
The SelectedText property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
sSelectedText |
BString |
A string expression containing the selected text. |
This property is read-only at run time.
The following statement retrieves the selected text from the ALog object:
sSelectedText = log1.SelectedText