System.Tether.Manager.TTetheringManagerCommand

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

Delphi

TTetheringManagerCommand = record

C++

struct DECLSPEC_DRECORD TTetheringManagerCommand
{
private:
    static _DELPHI_CONST System::WideChar EscapePrefix = (System::WideChar)(0x5c);
    static _DELPHI_CONST System::Int8 NumStaticParams = System::Int8(0x3);
    int __fastcall GetNumParams();
public:
    bool ValidCommand;
    System::UnicodeString CommandText;
    System::UnicodeString ConnectionString;
    int Version;
    TTetheringParams Params;
    static TTetheringManagerCommand __fastcall Create(const System::UnicodeString ACommandText, const System::UnicodeString AConnectionString, int AVersion, const TTetheringParams AParams);
    __property int NumParams = {read=GetNumParams};
    System::UnicodeString __fastcall ToString();
    void __fastcall DecodeCommand(const System::UnicodeString ACommandString);
    static System::UnicodeString __fastcall EscapeSeparator(const System::UnicodeString AText, const System::WideChar *Separators, const System::NativeInt Separators_High);
    static System::UnicodeString __fastcall UnEscapeSeparator(const System::UnicodeString AText, const System::WideChar *Separators, const System::NativeInt Separators_High);
    static System::UnicodeString __fastcall Join(const System::WideChar ASeparator, const System::DynamicArray<System::UnicodeString> AValues);
    static System::DynamicArray<System::UnicodeString> __fastcall Split(const System::UnicodeString AString, const System::WideChar ASeparator);
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


説明

テザリング マネージャ コマンド情報を管理および処理するレコードです。

TTetheringManagerCommand からメソッドを使用するメンバ:

関連項目