Data.Bind.DBScope.TBindScopeDBEnumerator.Create

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

Delphi

constructor Create(ABindScope: TCustomBindSourceDB; const AMemberName: string;  ABufferCount: Integer); overload;
constructor Create(ABindScope: TCustomBindSourceDB; const AMemberName: string;  ABuffered: Boolean); overload;

C++

__fastcall TBindScopeDBEnumerator(TCustomBindSourceDB* ABindScope, const System::UnicodeString AMemberName, int ABufferCount)/* overload */;
__fastcall TBindScopeDBEnumerator(TCustomBindSourceDB* ABindScope, const System::UnicodeString AMemberName, bool ABuffered)/* overload */;

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindScopeDBEnumerator

説明

TBindScopeDBEnumerator のインスタンスを作成します。

関連項目