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

TParamsEnumerator.MoveNext

Go to next TParam.

Declaration

Source position: db.pas line 1506

public function TParamsEnumerator.MoveNext: Boolean;

Function result

True if there was a next TParam, False if none existed.

Description

MoveNext will move to the next TParam instance if possible. If it returns True then TParamsEnumerator.Current will return the new current TParam

See also

TParamsEnumerator.Current

  

Current TParam instance.


Documentation generated on: Jul 24 2023