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

TIniFile.ReadString

Read a string.

Declaration

Source position: inifiles.pp line 239

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: Jul 24 2023