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