Data.Bind.DBScope.TBindScopeDBEnumerator.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindScopeDBEnumerator

Description

Creates a new TBindScopeDBEnumerator instance.

See Also