TcxCustomEditPropertiesValues.ReadOnly Property
Specifies whether an editor’s read-only state has been modified.
Declaration
property ReadOnly: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Once an editor’s ReadOnly property is set to a value other than the default one, the ReadOnly property flag is set to True. Otherwise, it’s set to False. To undo the changes made to the editor’s ReadOnly property and reverse it back to its default value, call the RestoreDefaults method which resets all the property flags or set the ReadOnly property flag to False.
See Also