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

TFieldsEnumerator.Current

Return the current field

Declaration

Source position: db.pas line 1124

public property TFieldsEnumerator.Current : TField
  read GetCurrent;

Description

Current returns the current field. It will return a non-nil value only after MoveNext returned True.

See also

TFieldsEnumerator.MoveNext

  

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


Documentation generated on: May 14 2021