IBX.IBServices.TIBControlService.ServiceStartAddParam

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBControlService

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。