Skip to content

TStrings.Create

Initializ a new TStrings instance

Declaration

Source position: classesh.inc line 695

public 
  constructor Create;

Description

Create initializes the codepage variables of a new TStrings instance. Note that TStrings is an abstract class, you must always instantiate a descendent such as TStringList

Errors

Only an EOutOfMemory exception can occur.

See also

Name Description
TStringList Standard implementation of the TStrings class.