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

TCustomPropertyStorage.DoWriteString

Default OnWriteString handler, must be overridden!

Declaration

Source position: propertystorage.pas line 135

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.