[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

Tfields.Remove

Remove an instance from the list

Declaration

Source position: db.pas line 1040

public procedure Tfields.Remove(

  Value: TField

);

Arguments

Value

  

Field to remove from the list.

Description

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.

See also

Tields.Clear

The latest version of this document can be found at lazarus-ccr.sourceforge.net.