Locked: Boolean;
The Locked property determines whether it is possible to change selection and edit elements in the component.
If the property is set to True, the possibility to change selection and to edit elements is locked. When the Locked property is set to True, the ReadOnly property automatically becomesTrue.
NOTE. This property locks the possibility to change selection and to edit elements in the component only with the help of the mouse and keyboard. It is possible to change selection and to edit the text of the elements using the appropriate properties and method in the core, if the Locked property has any values.
See also: