System.Tether.Manager.TTetheringManagerCommand.EscapeSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static System::UnicodeString __fastcall EscapeSeparator(const System::UnicodeString AText, const System::WideChar *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

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

See Also