RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldsEnumerator.Create Constructor

Creates an instance of TFieldsEnumerator.

Pascal
constructor Create(AFields: TFields);
C++
__fastcall TFieldsEnumerator(TFields AFields);

This method creates an instance of TFieldsEnumerator, suitable for enumerating all the TField objects specified in the AFields parameter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!