TXTextControl.FieldDeleteable Property

Specifies whether a marked text field can be deleted by the user. The field identifier must have previously been determined with the FieldCurrent property.

Syntax

TXTextControl.FieldDeleteable [= boolean]
Setting Description
True The field can be deleted.
False The field cannot be deleted.

Data Types

Boolean.

Limitations

Run time only.

See Also