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

TFields.Create

Create a new instance of TFields

Declaration

Source position: db.pas line 1146

public constructor TFields.Create(

  ADataset: TDataSet

);

Arguments

ADataset

  

Dataset for which fields must be managed.

Description

Create initializes a new instance of TFields. It stores the ADataset parameter, so it can be retrieved at any time in the TFields.Dataset property, and initializes an internal list object to store the list of fields.

See also

TDataset

  

Base class for records-based data-access

TFields.Dataset

  

Dataset the fields belong to

TField

  

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


Documentation generated on: May 14 2021