TInspectorItem.Data
 
 
 

All Units  All Classes  Properties, Methods and Events  

TInspectorItem.Data
TInspectorItem

property Data: TObject;

Unit
TeeInspector

Description
Custom data object for this item.
Depending on the Style property, the Data property must hold a reference to the appropiate object kind.

For example:

var Item : TInspectorItem;

Item:=TeeInspector1.Items.Add(iiFont,'Font',Button1.Font);
// Item.Data is now equal to Button1.Font





Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.