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

TParamsEnumerator.Create

Create a new TParamsEnumerator instance.

Declaration

Source position: db.pas line 1505

public constructor TParamsEnumerator.Create(

  AParams: TParams

);

Arguments

AParams

  

TParams instance which must be enumerated.

Description

Create instantiates a new enumerator for AParams.

See also

TParams.GetEnumerator

  

Return an enumerator for the parameters.


Documentation generated on: Jul 24 2023