Data.Bind.ObjectScope.TGeneratorFieldDefs.GetEnumerator
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TGeneratorFieldDefs |
Delphi
function GetEnumerator: TEnumerator;
C++
HIDESBASE TEnumerator* __fastcall GetEnumerator();
Description
Returns a TCollection enumerator.
Data.Bind.ObjectScope.TGeneratorFieldDefs.GetEnumerator inherits from System.Classes.TCollection.GetEnumerator. All content below this line refers to System.Classes.TCollection.GetEnumerator.
Returns a TCollection enumerator.
GetEnumerator returns a TCollectionEnumerator reference, which enumerates all items in the collection.
To do so, call the TCollectionEnumerator GetCurrent method within a While MoveNext do loop.