TXTextControl.FormFieldCheckedChars Property

This property returns possible characters which can be used to display the checkbox in the checked state. The characters depend on the font used to display the checkbox.

Introduced: 28.0.

Syntax

TXTextControl.FormFieldCheckedChars(FieldId)
Parameter Description
FieldId

Specifies the field identifier of the checkbox.

Data Types

FieldId: Integer
Property value: String

Limitations

Read only, run time only.

See Also