ReadOnly: Boolean;
The ReadOnly property determines whether component settings are prohibited via the visual interface.
Available values:
True. It is not possible to change a set of displayed attributes, their order and selection in the component via the visual interface. These changes can be executed via the application code by using corresponding properties and methods of the component.
False. It is possible to change a set of displayed attributes, their order and selection in the component via the visual interface.
See also: