API:Data.Bind.DBScope.TCustomBindScopeDB.GetEnumerator
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.Bind.DBScope.pas | |
| Unit: Data.Bind.DBScope | |
| Parent: TCustomBindScopeDB | |
Delphi
function GetEnumerator(const AMemberName: string; ABufferCount: Integer): IScopeRecordEnumerator; overload;
function GetEnumerator(const AMemberName: string; ABuffered: Boolean): IScopeRecordEnumerator; overload;
Description
Returns a TComponent enumerator.
Data.Bind.DBScope.TCustomBindScopeDB.GetEnumerator inherits from System.Classes.TComponent.GetEnumerator. All content below this line refers to System.Classes.TComponent.GetEnumerator.
Returns a TComponent enumerator.
GetEnumerator returns a TComponentEnumerator reference, which enumerates the components contained within a specified containing component.
To process all these subcomponents, call the TComponentEnumerator GetCurrent method within a While MoveNext do loop.