[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the field an indexed field ?
Source position: db.pas line 415
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 ? |