System.Tether.Manager.TTetheringCommand.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString();

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringCommand

Description

Returns a string representation of the command.

The string representation of a command uses the following format:

<Command>$<Version>$<Parameters>

Where:

  • <Command> is the value of the Command property.
  • <Version> is the version parameter specified on the constructor of the command.
  • <Parameters> are the parameters of the command separated by #.

See Also