[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#lcl)

TCustomPropertyStorage.DoWriteString

Default OnWriteString handler, must be overridden!

Declaration

Source position: propertystorage.pas line 140

protected procedure TCustomPropertyStorage.DoWriteString(

  const Section: string;

  const Ident: string;

  const Value: string

); virtual; abstract;

Arguments

Section

  

The name of the section.

Ident

  

The name (key) of the property.

Value

  

The value string to store.

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