TXTextControl.Enabled Property

Returns or sets a value that determines whether a Text Control can respond to user-generated events.

Syntax

TXTextControl.Enabled [= boolean]
Setting Description
True (Default) Allows a Text Control to respond to events.
False Prevents a Text Control from responding to events.

Data Types

Boolean.

See Also