[Overview][Types][Classes][Index] |
Reads a list of strings, stored with a Count value.
Source position: propertystorage.pas line 156
public procedure TCustomPropertyStorage.ReadStrings( |
const Ident: string; |
const List: TStrings; |
const DefaultList: TStrings = Nil |
); |
Ident |
|
The name of the list property. |
List |
|
The list to which the strings are added. |
DefaultList |
|
A list of default values, used when nothing was stored yet. |
lazarus-ccr.sourceforge.net |