API:Datasnap.Provider.TCustomProvider.DoBeforeGetRecords
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.Provider.pas Datasnap.Provider.hpp
| |
| Unit: Datasnap.Provider | |
| Parent: TCustomProvider | |
Delphi
procedure DoBeforeGetRecords(Count: Integer; Options: Integer;
const CommandText: OleStr; var Params, OwnerData: OleVariant); virtual;
C++
virtual void __fastcall DoBeforeGetRecords(int Count, int Options, const System::Types::OleStr CommandText, System::OleVariant &Params, System::OleVariant &OwnerData);
Description
Embarcadero Technologies does not currently have any additional information.