Write date/time value.
Source position: inifiles.pp line 196
public procedure TCustomIniFile.WriteDateTime( |
const Section: string; |
const Ident: string; |
Value: TDateTime |
); virtual; |
Section |
|
Section to write key value to. |
Ident |
|
Key name with which to write value. |
Value |
|
Date/Time value to write. |
WriteDateTime writes the date/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 date/time is written using the internationalization settings in the SysUtils unit.
|
Read a Date/Time value. |
|
|
Write an integer value. |
|
|
Write boolean value. |
|
|
Write date value. |
|
|
Write a string value. |
|
|
Write time value. |
|
|
Write a floating-point value. |
|
|
Write binary data. |