Data.Bind.DBScope.TBindScopeDBEnumerator.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Data.Bind.DBScope.pas Data.Bind.DBScope.hpp
| |
| Unit: Data.Bind.DBScope | |
| Parent: TBindScopeDBEnumerator | |
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 */;
Description
Creates a new TBindScopeDBEnumerator instance.