IBX.IBServices.TIBControlService.ServiceStartAddParam

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ServiceStartAddParam (Value: String; param: Integer); overload;
procedure ServiceStartAddParam (Value: Integer; param: Integer); overload;
procedure ServiceStartAddParam (Value: ShortInt; param: Integer); overload;
procedure ServiceStartAddParam (Value: Int64; param: Integer); overload;
procedure ServiceStartAddParam(param : Integer); overload;

C++

void __fastcall ServiceStartAddParam(System::UnicodeString Value, int param)/* overload */;
void __fastcall ServiceStartAddParam(int Value, int param)/* overload */;
void __fastcall ServiceStartAddParam(System::Int8 Value, int param)/* overload */;
void __fastcall ServiceStartAddParam(__int64 Value, int param)/* overload */;
void __fastcall ServiceStartAddParam(int param)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBControlService

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.