Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TFieldsEnumerator.Create

Create a new instance of TFieldsEnumerator.

Declaration

Source position: db.pas line 1323

public constructor TFieldsEnumerator.Create(

  AFields: TFields

);

Arguments

AFields

  

TFields instance for which the enumerator is created.

Description

Create instantiates a new instance of TFieldsEnumerator. It stores the AFields reference, pointing to the TFields instance that created the enumerator. It initializes the enumerator position.


Documentation generated on: Jul 24 2023