[Overview][Classes][Index] |
Write a floating-point value
Source position: inifiles.pp line 165
public procedure TCustomIniFile.WriteFloat( |
const Section: string; |
const Ident: string; |
Value: Double |
); virtual; |
Section |
|
Section to write key value to |
Ident |
|
Key name with which to write value |
Value |
|
Float value to write |
WriteFloat writes the time Value with the name Ident to the section Section, overwriting any previous value that may exist there. The section will be created if it does not exist. The floating point value is written using the internationalization settings in the SysUtils unit.
|
Read a floating point value |
|
|
Write an integer value |
|
|
Write boolean value |
|
|
Write date value |
|
|
Write date/time value |
|
|
Write time value |
|
|
Write a string value |
|
|
Write binary data |