System.Tether.Manager.TTetheringManagerCommand.UnEscapeSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function UnEscapeSeparator(const AText: string; const Separators: array of Char): string; static;

C++

static System::UnicodeString __fastcall UnEscapeSeparator(const System::UnicodeString AText, System::WideChar const *Separators, const int Separators_High);

Properties

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

Description

Unescapes the occurrences of a series of separators (Separators) in the string provided (AText).

See Also