[Overview][Types][Classes][Index] |
Reads an integer value, stored as a string, from the RootSection.
Source position: propertystorage.pas line 153
public function TCustomPropertyStorage.ReadInteger( |
const Ident: string; |
DefaultValue: LongInt |
):LongInt; |
Ident |
|
Identifier for the value read in the method. |
DefaultValue |
|
Default value used when the identifier is not found. |
Value read in the method.