System.Tether.Manager.TTetheringManagerCommand.CommandText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CommandText: string;

C++

System::UnicodeString CommandText;

Properties

Type Visibility Source Unit Parent
field public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommand

Description

Text of the command. It describes the command and identifies it uniquely.

The adapter sets the value of the CommandText when it sends a command to a remote manager.

When the communications thread of the receiving manager processes the command, it uses the CommandText to determine the specific type of that command.

See Also