[Overview][Classes][Index] |
Write time value
Source position: inifiles.pp line 166
public procedure TCustomIniFile.WriteTime( |
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 |
|
Time value to write |
WriteTime 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 time is written using the internationalization settings in the SysUtils unit.
|
Read a time value |
|
|
Write an integer value |
|
|
Write boolean value |
|
|
Write date value |
|
|
Write date/time value |
|
|
Write a string value |
|
|
Write a floating-point value |
|
|
Write binary data |