TdxDBTreeViewEdit.Field Property
Specifies the TField object for a database field represented by TdxDBTreeViewEdit.
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 a database field programmatically.
See Also