TdxDBTreeView.DisplayField Property
Identifies the field (or fields) from which a data-aware tree-view displays data.
Declaration
property DisplayField: string read; write;
Property Value
Type |
---|
string |
Remarks
Set the DisplayField property to a field name or multiple field names (separated by semicolons) whose values you would like to display for a TreeNode’s Text. You have to use this property if you wish to display more than one field or a field different from the ListField.
See Also