API:DSAzure.TAzureService.QueryParams

Aus RAD Studio API Documentation

Delphi

function QueryParams(Params: array of const; Values: array of const): String; overload;
function QueryParams(Params: array of const; Values: array of const; UserParams: array of const;
UserValues: array of const): String; overload;

C++

System::UnicodeString __fastcall QueryParams(System::TVarRec *Params, const System::NativeInt Params_High, System::TVarRec *Values, const System::NativeInt Values_High)/* overload */;
System::UnicodeString __fastcall QueryParams(System::TVarRec *Params, const System::NativeInt Params_High, System::TVarRec *Values, const System::NativeInt Values_High, System::TVarRec *UserParams, const System::NativeInt UserParams_High, System::TVarRec *UserValues, const System::NativeInt UserValues_High)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.