[Overview][Types][Classes][Index] |
Default OnWriteString handler; must be overridden.
Source position: propertystorage.pas line 140
protected procedure TCustomPropertyStorage.DoWriteString( |
const Section: string; |
const Ident: string; |
const Value: string |
); virtual; abstract; |
Section |
|
The name of the section where the value for the identifier is stored. |
Ident |
|
The name (key) for the property value written in the method. |
Value |
|
The value (String) for the identifier written in the method. |
Version 4.0 | Generated 2025-05-03 | Home |