Is the field an indexed field ?
Source position: db.pas line 461
public property TField.IsIndexField : Boolean |
IsIndexField is true if the field is an indexed field. By default this property is False, descendents of TDataset can change this to True.
|
Is the field a calculated field ? |