Unit 'IniFiles' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TCustomIniFile.WriteInt64

Write an Int64 value.

Declaration

Source position: inifiles.pp line 181

public procedure TCustomIniFile.WriteInt64(

  const Section: string;

  const Ident: string;

  Value: Int64

); virtual;

Arguments

Section

  

Section to write to.

Ident

  

Key name.

Value

  

Value to write.

Description

WriteInt64 writes Value as a signed 64-bit integer value to section Section, key Ident.

See also

TCustomIniFile.WriteInteger

  

Write an integer value.

TCustomIniFile.ReadInt64

  

Read an Int64 value.


Documentation generated on: Jul 24 2023