[Overview][Types][Classes][Index] |
Writes an Integer value as a String.
Source position: propertystorage.pas line 141
protected procedure TCustomPropertyStorage.DoWriteInteger( |
const Section: string; |
const Ident: string; |
Value: Integer |
); virtual; |
Section |
|
Section where the value for the specified identifier is stored. |
Ident |
|
Name for the value stored in the specified section. |
Value |
|
The value (Integer) for the identifier written in the method. |