Specifies whether the component is read-only.
Declaration
componentPropObj.ReadOnly
Read-Write Property | Boolean |
componentPropObj | One of the user forms components and objects listed in the Applies To section |
Applies To
The property applies to the following components and objects:
TcxListBox, TcxButtonEditProperties, TcxCalcEditProperties, TcxCheckBoxProperties, TcxCurrencyEditProperties, TcxDateEditProperties, TcxMemoProperties, TcxMRUEditProperties, TcxRadioGroupProperties, TcxSpinEditProperties, TcxTextEditProperties, TcxTimeEditProperties
Description
The ReadOnly
property specifies the read-only status of the component. If ReadOnly
is True, the user cannot modify the component contents (the text in the case of TcxTextEdit
and other edit components, or selection in the case of TcxListBox
, TcxRadioGroup
or TcxCheckBox
components).
Property Value
True, if the component is read-only; False otherwise.