help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TCustomIniFile.WriteString

Write a string value

Declaration

Source position: inifiles.pp line 132

public procedure TCustomIniFile.WriteString(

  const Section: String;

  const Ident: String;

  const Value: String

); virtual; abstract;

Arguments

Section

  

Section to write key value to

Ident

  

Key name with which to write value

Value

  

String value to write

Description

WriteString writes the string 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

ReadString

  

Read a string valued key

WriteInteger

  

Write an integer value

WriteBool

  

Write boolean value

WriteDate

  

Write date value

WriteDateTime

  

Write date/time value

WriteTime

  

Write time value

WriteFloat

  

Write a floating-point value

WriteBinaryStream

  

Write binary data

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505