TdxDBLookupTreeView.DataField Property
Specifies the field from which TdxDBTreeViewEdit displays data.
Declaration
property DataField: string read; write;
Property Value
Type |
---|
string |
Remarks
Use DataField to bind TdxDBTreeViewEdit to a field in a dataset. To fully specify a database field, both the dataset and the field within that dataset must be defined. The DataSource property of the edit box control specifies the dataset that contains the DataField.
See Also