JVCL Help:TJvDataItemTextImpl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDataItemTextImpl Class
[+] JvDataProvider.pas Classes
[+] TJvDataItemTextImpl Methods
[+] TJvDataItemTextImpl Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TAggregatedPersistent
TAggregatedPersistentEx
TJvDataItemAggregatedObject
IJvDataItemText
TJvBaseDataItemTextImpl
TJvDataItemTextImpl
TJvDataItemBlockableTextImpl
TJvDataItemContextTextImpl
run\JvDataProvider.pas
Summary
Basic IJvDataItemText implementation class.
Pascal
run\JvDataProvider.pas
TJvDataItemTextImpl = class(TJvBaseDataItemTextImpl);
Description
TJvDataItemTextImpl represents a basic implementation class for the IJvDataItemText interface.
All abstract methods from its ancestor TJvBaseDataItemTextImpl are implemented, with data stored in instance fields. Each change is properly notified through the provider, ie. a Changing notification is issued first, then the change is made and finally a Changed notification is issued.
This implementation will allow consumers to edit the caption, ie. Editable will return True
.
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