[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#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.

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