TXTextControl.FieldChangeable Property

Specifies if the contents of a marked text field can be changed by the user. The field identifier must have previously been determined with the FieldCurrent property.

Syntax

TXTextControl.FieldChangeable [= boolean]
Setting Description
True The text which is contained in the field can be changed.
False The text cannot be changed.

Data Types

Boolean.

Limitations

Run time only.

See Also