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

TdxDBLookupTreeView.Field Property

Specifies the TField object for a database field represented by TdxDBLookupTreeView.

Declaration

property Field: TField read;

Property Value

Type
TField

Remarks

Read Field to get direct access to the contents and properties of a database. Use Field to change the contents of the database field programmatically.

See Also