TXTextControl.FieldLeft Event

Occurs when the current input position indicated by the caret has been moved to a position that does not belong to the marked text field at the previous input position.

Syntax

FieldLeft(FieldId)
Parameter Description
FieldId

Is the identifier of the field that has been left.

Remarks

This event that does not change the value of the FieldCurrent property.

Data Types

FieldId:    Integer

See Also