Write an Int64 value.
Source position: inifiles.pp line 187
public procedure TCustomIniFile.WriteInt64( |
const Section: string; |
const Ident: string; |
Value: Int64 |
); virtual; |
Section |
|
Section to write to. |
Ident |
|
Key name. |
Value |
|
Value to write. |
WriteInt64 writes Value as a signed 64-bit integer value to section Section, key Ident.
|
Write an integer value. |
|
|
Read an Int64 value. |