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

TCustomPropertyStorage.DoReadInteger

Reads an integer value, stored as a string.

Declaration

Source position: propertystorage.pas line 138

protected function TCustomPropertyStorage.DoReadInteger(

  const Section: string;

  const Ident: string;

  DefaultValue: Integer

):Integer; virtual;