[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return an enumerator for the for..in construct
Source position: db.pas line 1088
public function Tfields.GetEnumerator: TFieldsEnumerator; |
GetEnumerator is the implementation of IEnumerable and returns an instance of TFieldsEnumerator
|
Default enumerator for the fields collection of a dataset. |
|