TPropertyItem is the base class for all nodes in the Property List (TCustomPropList)
TPropertyItem = class;
ecDlList
TPropNodeBase introduces base functionality.
Topic |
Description |
The methods of the TPropertyItem class are listed here. | |
The properties of the TPropertyItem class are listed here. |
|
Method |
|
protected |
|
virtual |
|
Property |
|
read only |
TPropertyItem Methods |
Description |
Adds new property item. | |
Called when property item was changed. | |
Deletes all items from the node. | |
Creates and initializes a TPropertyItem instance. | |
Deletes Item at index | |
Destroys an instance of TPropertyItem. | |
Specifies whether property item can be expanded. | |
Returns name of the item. May be overridden in derived class. | |
Specifies whether property item has value. For example, category item does not have value. | |
Returns index of child item. If Item is not a child returns -1. | |
Adds a property item to the Items array at the position specified by Index. | |
Returns True if property items are equal. | |
Returns True if the item is root item. | |
Changes the position of an item in the Items array. | |
Specifies Root item. |
TPropertyItem Properties |
Description |
Determines count of child items. | |
Specifies name displayed on screen | |
Specifies if node is expanded or not. | |
Provides indexed access to the child items. | |
Indicates the level of indentation of a item within the property list control.. | |
Specifies the name of the property node. | |
Indicates the parent property of the node. | |
Returns path of the item. Path is combined from the item name and all parent names. | |
Specifies whether item is selected. |
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
What do you think about this topic? Send feedback!
|