JVCL Help:TJvDataItemBlockableTextImpl

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
run\JvDataProvider.pas


Summary

Basic IJvDataItemText implementation class that can be marked read-only.

run\JvDataProvider.pas


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).

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