JVCL Help:TJvDataItemImageImpl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDataItemImageImpl Class
[+] JvDataProvider.pas Classes
[+] TJvDataItemImageImpl Methods
[+] TJvDataItemImageImpl Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TAggregatedPersistent
TAggregatedPersistentEx
TJvDataItemAggregatedObject
IJvDataItemImage
TJvBaseDataItemImageImpl
TJvDataItemImageImpl
run\JvDataProvider.pas
Summary
Basic IJvDataItemImage implementation class.
Pascal
run\JvDataProvider.pas
TJvDataItemImageImpl = class(TJvBaseDataItemImageImpl);
Description
TJvDataItemImageImpl represents a basic implementation class of the IJvDataItemImage interface.
All abstract methods from its ancestor TJvBaseDataItemImageImpl 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.
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