[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.
Version 4.0 | Generated 2025-05-03 | Home |