IBX.IBServices.TIBControlService.ServiceStartAddParam

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBControlService

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!