TXTextControl.FieldEntered Event

Occurs when the current input position, indicated by the caret, has been moved to a position that belongs to a marked text field.

Syntax

FieldEntered(FieldId)
Parameter Description
FieldId

Is the identifier of the field that has been entered.

Remarks

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

Data Types

FieldId:    Integer

See Also