TdxDBTreeView.GetKeyField Method
Returns the KeyField.
Declaration
function GetKeyField: TField;
Returns
| Type |
|---|
| TField |
Remarks
Call GetKeyField to return the KeyField if a linked DataSet is Active and the KeyField property has been assigned, otherwise returns Nil.
See Also