[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TStringHelper.Create

Create a new string

Declaration

Source position: syshelph.inc line 77

public class function TStringHelper.Create(

  AChar: Char;

  ACount: SizeInt

):string; overload;

class function TStringHelper.Create(

  const AValue: array of Char

):string; overload;

class function TStringHelper.Create(

  const AValue: array of Char;

  StartIndex: SizeInt;

  ALen: SizeInt

):string; overload;

Description

Create returns a new string with an initial value based on the passed arguments:

Errors

None.

See also

StringOfChar

  

Return a string consisting of 1 character repeated N times.


Documentation generated on: May 14 2021