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

TFieldsEnumerator.MoveNext

Move the current field to the next field in the collection.

Declaration

Source position: db.pas line 1123

public function TFieldsEnumerator.MoveNext: Boolean;

Function result

True if there is a next value, false otherwise.

Description

MoveNext moves the internal pointer to the next field in the fields collection, and returns True if the operation was a success. If no more fields are available, then False is returned.

See also

TFieldsEnumerator.Current

  

Return the current field


Documentation generated on: May 14 2021