TXTextControl.FormFieldTextChanged Event

Occurs after the text of a text formfield has been changed.

Introduced: 28.0.

Syntax

FormFieldTextChanged(FieldId)
Parameter Description
FieldId

Is the identifier of the text formfield that has been changed.

Remarks

The value of the FieldCurrent property is updated with the value given through the FieldId parameter.

Data Types

FieldId: Integer

See Also