Datasnap.DataBkr.TRemoteDataModule.AS_GetRecords
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DataBkr.pas Datasnap.DataBkr.hpp
| |
| Unit: Datasnap.DataBkr | |
| Parent: TRemoteDataModule | |
Delphi
function AS_GetRecords(const ProviderName: WideString; Count: Integer;
out RecsOut: Integer; Options: Integer; const CommandText: WideString;
var Params, OwnerData: OleVariant): OleVariant; safecall;
C++
HRESULT __safecall AS_GetRecords(const System::WideString ProviderName, int Count, /* out */ int &RecsOut, int Options, const System::WideString CommandText, System::OleVariant &Params, System::OleVariant &OwnerData, System::OleVariant &__AS_GetRecords_result);
Description
Embarcadero Technologies does not currently have any additional information.