[Overview][Types][Classes][Index] |
Reads an integer value stored as a string.
Source position: propertystorage.pas line 138
protected function TCustomPropertyStorage.DoReadInteger( |
const Section: string; |
const Ident: string; |
DefaultValue: Integer |
):Integer; virtual; |
Section |
|
Section where the value for the specified identifier is stored. |
Ident |
|
Identifier or name for the value read in the method. |
DefaultValue |
|
Default used as the return value when the identifier is not found in the specified section. |
Integer value for the identifier read from the specified section.
Version 4.0 | Generated 2025-05-03 | Home |