Return the current field.
Source position: db.pas line 1331
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. |