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

TParamsEnumerator

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

Enumerator for parameters

Declaration

Source position: db.pas line 1288

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: May 14 2021