[Overview][Types][Classes][Index] Reference for unit 'IniFiles' (#fcl)

TIniFile.WriteString

Write string to file

Declaration

Source position: inifiles.pp line 239

public procedure TIniFile.WriteString(

  const Section: string;

  const Ident: string;

  const Value: string

); override;

Arguments

Section

  

Section to write key value in

Ident

  

Key name to use

Value

  

String value to write

Description

WriteString implements the TCustomIniFile.WriteString abstract method by writing the string to the in-memory copy of the ini file. If CacheUpdates property is False, then the whole file is immediately written to disk as well.

Errors

If an error happens when the file is written to disk, an exception will be raised.


Documentation generated on: May 14 2021