[Overview][Types][Classes][Index] |
Default OnReadString handler; must be overridden.
Source position: propertystorage.pas line 139
protected function TCustomPropertyStorage.DoReadString( |
const Section: string; |
const Ident: string; |
const DefaultValue: string |
):string; virtual; abstract; |
Section |
|
Section name where the value for the specified identifier is located. |
Ident |
|
Name for the value read from the specified section. |
DefaultValue |
|
The default value, when no string was stored. |
The previously stored string.
Version 4.0 | Generated 2025-05-03 | Home |