TdxDBTreeNodes Members
Constructors
Name | Description |
---|---|
Create(TdxDBTreeView) | Initializes a new instance of the TdxDBTreeNodes class with specified settings. |
Properties
Name | Description |
---|---|
Items | An index of the DBdxTreeNodes in the TdxDBTreeNodes. |
MaxKeyFieldValue | Returns the maximum key field value in the node collection. |
Methods
Name | Description |
---|---|
Count | Determines the number of DBTreeNode items in an object. |
Equals(TObject) | Inherited from TObject. |
GetDBTreeNode(Variant) | Returns DBTreeNode items by its KeyValue. |
GetHashCode | Inherited from TObject. |
GetKeyFieldValue(TTreeNode) | Returns the Value of the KeyField field associated with a dxDBTreeNode. |
GetParentValue(TTreeNode) | Returns the Value of the ParentField field associated with a dxDBTreeNode. |
GetTreeNode(Variant) | Returns the TreeNode items by its KeyValue. |
IndexOf(TTreeNode) | |
ToString | Inherited from TObject. |
See Also