[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the current field
Source position: db.pas line 1087
public property TFieldsEnumerator.Current : TField |
Current returns the current field. It will return a non-nil value only after MoveNext returned True.
|
Move the current field to the next field in the collection. |