TdxDBTreeNodes.GetParentValue(TTreeNode) Method
Returns the Value of the ParentField field associated with a dxDBTreeNode.
Declaration
function GetParentValue(Value: TTreeNode): Variant;
Parameters
| Name | Type |
|---|---|
| Value | TTreeNode |
Returns
| Type |
|---|
| Variant |
Remarks
Call GetParentValue to return the Value of the ParentField field associated with a TreeNode parameter Value.
See Also