TdxDBTreeView.GetParentField Method
Returns the ParentField.
Declaration
function GetParentField: TField;
Returns
Type |
---|
TField |
Remarks
Call GetParentField to return the ParentField if a linked DataSet is Active and the ParentField property has been assigned, otherwise returns Nil.
See Also