Initializ a new TStrings instance.
Source position: classesh.inc line 982
public constructor TStrings.Create; |
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
Only an EOutOfMemory exception can occur.
|
Standard implementation of the TStrings class. |