SelectedText Property (ALog)

Returns the selected text.

Syntax

[ 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.

Comments

This property is read-only at run time.

Example

The following statement retrieves the selected text from the ALog object:

sSelectedText = log1.SelectedText

Applies to

ALog

See Also

SelectAll, Selected