Data.Bind.DBScope.TBindScopeDBEnumerator.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindScopeDBEnumerator


Beschreibung

Erstellt eine neue TBindScopeDBEnumerator-Instanz.

Siehe auch