Create a new instance of TFieldsEnumerator.
Source position: db.pas line 1329
| public constructor TFieldsEnumerator.Create( | 
| AFields: TFields | 
| ); | 
| AFields | 
 | TFields instance for which the enumerator is created. | 
Create instantiates a new instance of TFieldsEnumerator. It stores the AFields reference, pointing to the TFields instance that created the enumerator. It initializes the enumerator position.