JVCL Help:TJvDataItemTextImpl

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TAggregatedPersistent
TAggregatedPersistentEx
TJvDataItemAggregatedObject
IJvDataItemText
TJvBaseDataItemTextImpl
TJvDataItemTextImpl
TJvDataItemBlockableTextImpl
TJvDataItemContextTextImpl
run\JvDataProvider.pas


Summary

Basic IJvDataItemText implementation class.

run\JvDataProvider.pas


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 .

run\JvDataProvider.pas


About

Navigation

run\JvDataProvider.pas



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