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

TParamsEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Enumerator for parameters.

Declaration

Source position: db.pas line 1499

type TParamsEnumerator = class

public

  constructor Create();

  

Create a new TParamsEnumerator instance.

  function MoveNext;

  

Go to next TParam.

  property Current: TParam; [r]

  

Current TParam instance.

end;

Inheritance

TParamsEnumerator

  

Enumerator for parameters.

|

TObject

Description

TParamsEnumerator is a helper class to implement enumeration (for..in) of parameters. It implements the IEnumerator interface.

See also

TParams.GetEnumerator

  

Return an enumerator for the parameters.


Documentation generated on: Jul 24 2023