JVCL Help:TJvDatePickerEdit.ReadOnly
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDatePickerEdit.ReadOnly Property
[+] TJvDatePickerEdit Events
[+] TJvDatePickerEdit Properties
Search in JVCL Help
Search in all projectsSummary
Determines whether the user can change the text of the combo edit control.
Pascal
propertyReadOnly: Boolean;
Description
To restrict the edit control to display only, set the ReadOnly property to true. Set ReadOnly to false to allow the contents of the edit control to be edited. Setting ReadOnly to true ensures that the text is not altered, while still allowing the user to select text. The selected text can then be manipulated by the application, or copied to the Clipboard.
See Also
TJvCustomComboEdit.AlwaysEnableButton
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page