[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. |
Ident |
|
The name (key) of the property. |
Value |
|
The value string to store. |
lazarus-ccr.sourceforge.net |