TXTextControl.FormDateChanged Event

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

Introduced: 28.0.

Syntax

FormDateChanged(FieldId)
Parameter Description
FieldId

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