System.Tether.Manager.TTetheringManagerCommand.DecodeCommand

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

Delphi

procedure DecodeCommand(const ACommandString: string);

C++

void __fastcall DecodeCommand(const System::UnicodeString ACommandString);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommand


説明

コマンド文字列を TTetheringManagerCommand に変換します。

DecodeCommand では、指定された文字列を文字列配列に分割し、それを検証します。この検証の結果は Boolean 型のフィールド ValidCommand に格納されます。

コマンドが有効な場合、DecodeCommand では、対応するプロパティを(次の順序で)この文字列配列内の文字列で更新します。

DecodeCommand では、ACommandString が次の形式であると想定しています。

<CommandText><Separator><ConnectionString><Separator><Version><Separator><Parameters>

関連項目