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

TIniFile.ReadString

Read a string

Declaration

Source position: inifiles.pp line 238

public function TIniFile.ReadString(

  const Section: string;

  const Ident: string;

  const Default: string

):string; override;

Arguments

Section

  

Section to search key value in

Ident

  

Key name

Default

  

Default value if none is found.

Function result

Value of the string or Default if none found.

Description

ReadString implements the TCustomIniFile.ReadString abstract method by looking at the in-memory copy of the ini file and returning the string found there.

See also

TCustomIniFile.ReadString

  

Read a string valued key


Documentation generated on: May 14 2021