Selected Property (ALog)

Returns whether there is any selected text.

Syntax

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

Where

bSelected can be one of the following:

 

Value

Description

True

Text is selected.

False *

Text is not selected.

Comments

This property is read-only at run time.

Example

The following statement retrieves whether or not the ALog object has text selected:

bSelected = log1.Selected

Applies to

ALog

See Also

SelectAll, SelectedText