JVCL Help:TJvBaseDataItemRenderer
JVCL Help: TJvBaseDataItemRenderer Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TAggregatedPersistent
TAggregatedPersistentEx
TJvDataItemAggregatedObject
IJvDataItemRenderer
TJvBaseDataItemRenderer
TJvCustomDataItemRenderer
TJvCustomDataItemTextRenderer
run\JvDataProvider.pas
Summary
Base implementation for the IJvDataItemRenderer interface.
Pascal
run\JvDataProvider.pas
TJvBaseDataItemRenderer = class(TJvDataItemAggregatedObject, IJvDataItemRenderer);
Description
The TJvBaseDataItemRenderer class is the base implementation of the IJvDataItemRenderer interface. The class itself provides no implementation for interface's methods but rather declares them as abstract virtual methods.
As a descendant of TJvDataItemAggregatedObject it also provides access to the item object this extension belongs to (both as interface as well as the implementing object).
You should not instantiate an object of this class but rather one of it's descendants that override the methods for IJvDataItemRenderer.
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