[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Initializ a new TStrings instance
Source position: classesh.inc line 694
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. |