TXTextControl.FormCheckStateChanged Event

Occurs when the check state of a checkbox has been changed.

Introduced: 28.0.

Syntax

FormCheckStateChanged(FieldId)
Parameter Description
FieldId

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