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

TCustomPropertyStorage.DoWriteString

Default OnWriteString handler, must be overridden!

Declaration

Source position: propertystorage.pas line 136

protected procedure TCustomPropertyStorage.DoWriteString(

  const Section: ;

  const Ident: ;

  const Value:

); virtual; abstract;

Arguments

Section

  

The name of the section.

Ident

  

The name (key) of the property.

Value

  

The value string to store.