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