Unit 'PropertyStorage' Package
[Overview][Types][Classes][Index] [#lcl]

TCustomPropertyStorage.DoReadString

Default OnReadString handler; must be overridden.

Declaration

Source position: propertystorage.pas line 139

protected function TCustomPropertyStorage.DoReadString(

  const Section: string;

  const Ident: string;

  const DefaultValue: string

):string; virtual; abstract;

Arguments

DefaultValue

  

The default value, when no string was stored.

Function result

The previously stored string.