Remove an instance from the list.
Source position: db.pas line 1365
public procedure TFields.Remove( |
Value: TField |
); |
Value |
|
Field to remove from the list. |
Remove removes the field Value from the list. It does not free the field after it was removed. If the field is not in the list, then nothing happens.
|
Clear the list of fields. |