Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TUNICODESTRINGBUILDER

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: syssbh.inc line 4

type TUNICODESTRINGBUILDER = class

public

  constructor Create();

  function Append();

  function AppendFormat();

  function AppendLine();

  procedure Clear;

  procedure CopyTo();

  function EnsureCapacity();

  function Equals();

  function Insert();

  function Remove();

  function Replace();

  function ToString();

  property Chars []: WideChar; default; [rw]

  property Length: Integer; [rw]

  property Capacity: Integer; [rw]

  property MaxCapacity: Integer; [r]

end;

Inheritance

TUNICODESTRINGBUILDER

|

TObject

  

Base class of all classes.


Documentation generated on: Jun 15 2021