JVCL Help:TJvDataItemBlockableTextImpl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDataItemBlockableTextImpl Class
[+] JvDataProvider.pas Classes
[+] TJvDataItemBlockableTextImpl Methods
[+] TJvDataItemBlockableTextImpl Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TAggregatedPersistent
TAggregatedPersistentEx
TJvDataItemAggregatedObject
IJvDataItemText
TJvBaseDataItemTextImpl
TJvDataItemTextImpl
TJvDataItemBlockableTextImpl
run\JvDataProvider.pas
Summary
Basic IJvDataItemText implementation class that can be marked read-only.
Pascal
run\JvDataProvider.pas
TJvDataItemBlockableTextImpl = class(TJvDataItemTextImpl);
Description
TJvDataItemBlockableTextImpl represents a basic implementation class for the IJvDataItemText interface.
As a descendant from TJvDataItemTextImpl all IJvDataItemText methods are implemented. In addition it adds a published ReadOnly property. The Editable method will return a value based on this setting (ie, Editable returns the inverse of the ReadOnly property).
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