Unit 'JSONPropStorage' Package
[Overview][Classes][Procedures and functions][Index] [#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.