[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return an enumerator for the for..in construct
Source position: db.pas line 1118
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. |
|