[Overview][Classes][Procedures and functions][Index] Reference for unit 'JSONPropStorage' (#lcl)

TCustomJSONPropStorage.DoWriteString

Implements the actual writing of a value from the underlying storage container.

Declaration

Source position: jsonpropstorage.pas line 40

public procedure TCustomJSONPropStorage.DoWriteString(

  const Section: string;

  const Ident: string;

  const Value: string

); override;

Arguments

Section

  

The section to be written.

Ident

  

The ident to be written.

Value

  

The value to be written.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.