Data.Bind.DBScope.TCustomBindScopeDB.GetEnumerator

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetEnumerator(const AMemberName: string; ABufferCount: Integer): IScopeRecordEnumerator; overload;
function GetEnumerator(const AMemberName: string; ABuffered: Boolean): IScopeRecordEnumerator; overload;

プロパティ

種類 可視性 ソース ユニット
function protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

説明

IScopeRecordEnumerator を返します。

GetEnumerator メソッドは、TBindScopeDBEnumerator クラスのインスタンスを作成し、それを IScopeRecordEnumerator として返します。GetEnumerator は、データセットのメンバーに対するバインディング スコープを列挙します。

関連項目