JVCL Help:TJvWriteableInfo.ReadOnly

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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