JVCL Help:TJvWriteableInfo.ReadOnly
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWriteableInfo.ReadOnly Property
[+] TJvWriteableInfo Methods
[+] TJvWriteableInfo Properties
Search in JVCL Help
Search in all projectsSummary
Makes the class read-only.
Pascal
propertyReadOnly: Boolean;
Description
Set ReadOnly to true to make a read-write (TJvWriteableInfo) class behave like a read-only class (TJvReadOnlyInfo), i.e property assignment raises an EJVCLComputerInfoEx exception at run.time.
If you change the value of TJvComputerInfoEx.ReadOnly, any subclasses derived from TJvWriteableInfo will also have their ReadOnly property changed to match.
See Also
TJvComputerInfoEx, TJvReadOnlyInfo, TJvWriteableInfo
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