[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. |
Version 4.0 | Generated 2025-05-03 | Home |