[Overview][Classes][Procedures and functions][Index] |
Implements the actual writing of a value from the underlying storage container.
Source position: jsonpropstorage.pas line 40
public procedure TCustomJSONPropStorage.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. |
lazarus-ccr.sourceforge.net |