TXTextControl.TextFrameDeactivated Event

Occurs when a text frame has lost the input focus.

Introduced: 12.0.

Syntax

TextFrameDeactivated(TextFrameId)
Parameter Description
TextFrameId

Is the identifier of the deactivated 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