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

TdxDBTreeView.ListField Property

Identifies the field which displays item labels for a data-aware tree-view control.

Declaration

property ListField: string read; write;

Property Value

Type
string

Remarks

Set the ListField property to identify the field which displays the item labels for a data-aware tree-view control. The dataset of the field is specified by a data source component (TDataSource).

See Also