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

Tfields.Add

Add a new field to the list

Declaration

Source position: db.pas line 1030

public procedure Tfields.Add(

  Field: TField

);

Arguments

Field

  

TField instance to add to the list of fields.

Description

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.

See also

TField

  

Provide access to the contents of a single field in a record

TFields.Clear

  

Clear the list of fields

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