Go to next TParam
Source position: db.pas line 1502
public function TParamsEnumerator.MoveNext: Boolean; |
True if there was a next TParam, False if none existed
MoveNext will move to the next TParam instance if possible. If it returns True then TParamsEnumerator.Current will return the new current TParam
|
Current TParam instance |