TXTextControl.TextFrameActivated Event

Occurs when a text frame has obtained the input focus.

Introduced: 12.0.

Syntax

TextFrameActivated(TextFrameId)
Parameter Description
TextFrameId

Is the identifier of the activated text frame.

Remarks

The value of the ObjectCurrent property is updated with the identifier given through the TextFrameId parameter.

Data Types

TextFrameId:    Integer

See Also