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

TCustomIniFile.WriteBool

Write boolean value.

Declaration

Source position: inifiles.pp line 183

public procedure TCustomIniFile.WriteBool(

  const Section: string;

  const Ident: string;

  Value: Boolean

); virtual;

Arguments

Section

  

Section to write key value to.

Ident

  

Key name with which to write value.

Value

  

Boolean value to write.

Description

WriteBool writes the boolean 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.

See also

ReadBool

  

WriteInteger

  

Write an integer value.

WriteString

  

Write a string value.

WriteDate

  

Write date value.

WriteDateTime

  

Write date/time value.

WriteTime

  

Write time value.

WriteFloat

  

Write a floating-point value.

WriteBinaryStream

  

Write binary data.


Documentation generated on: Jul 24 2023