Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

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