Add a new field to the list.
Source position: db.pas line 1355
public procedure TFields.Add( |
Field: TField |
); |
Field |
|
TField instance to add to the list of fields. |
Add must be used to add a new TField instance to the list of fields. After a TField instance is added to the list, the TFields instance will free the field instance if it is cleared.
|
Provide access to the contents of a single field in a record. |
|
|
Clear the list of fields. |