System.Tether.Manager.TTetheringManagerCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


Beschreibung

Ein Record zum Verwalten und Verarbeiten der Befehlsinformation vom Tethering-Manager.

Member, die die Methoden aus TTetheringManagerCommand verwenden:

Siehe auch