System.SysUtils.TStringHelper.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Create(C: Char; Count: Integer): string; overload; inline; static;
class function Create(const Value: array of Char; StartIndex: Integer; Length: Integer): string; overload; static;
class function Create(const Value: array of Char): string; overload; static;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!