TCustomJSONPropStorage.DoWriteString

laz Json Prop Storage

[Overview][Classes][Index] Reference for unit 'JSONPropStorage' (#lazJsonPropStorage)

TCustomJSONPropStorage.DoWriteString

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

Declaration

Source position: JSONPropStorage.pas line 49

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.