[Overview][Classes][Procedures and functions][Index] |
Implements writing of a string value to the underlying storage container.
Source position: xmlpropstorage.pas line 53
public procedure TCustomXMLPropStorage.DoWriteString( |
const Section: string; |
const Ident: string; |
const Value: string |
); override; |
Section |
|
The section to be written. |
Ident |
|
The ident to be written. |
Value |
|
The value to be written. |
Version 4.0 | Generated 2025-05-03 | Home |