Return an enumerator for the for..in construct.
Source position: db.pas line 1362
| public function TFields.GetEnumerator: TFieldsEnumerator; | 
TFieldsEnumerator instance used in enumerator.
GetEnumerator is the implementation of IEnumerable and returns an instance of TFieldsEnumerator
| 
 | Default enumerator for the fields collection of a dataset. | |