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

TdxDBTreeViewEdit.DataField Property

Specifies the field from which the TdxDBTreeViewEdit displays its data.

Declaration

property DataField: string read; write;

Property Value

Type
string

Remarks

Use DataField to bind the 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 an edit box control specifies the dataset that contains the DataField.

See Also