[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of strings.
Source position: objects.pp line 609
type TStringList = object(TObject) |
||
constructor Load(); |
|
Load stringlist from stream. |
destructor Done; virtual; |
|
Clean up the instance. |
function Get(); |
|
Return a string by key name. |
end; |
|
Collection of strings. |
|
| | ||
|
Basis of all objects. |
|
| | ||
|
Base class of all classes. |
A TStringList object can be used to read a collection of strings stored in a stream. If you register this object with the RegisterType function, you cannot register the TStrListMaker object.