[Overview][Classes][Index] |
Read a string
Source position: inifiles.pp line 200
public function TIniFile.ReadString( |
const Section: string; |
const Ident: string; |
const Default: string |
):string; override; |
Section |
|
Section to search key value in |
Ident |
|
Key name |
Default |
|
Default value if none is found. |
Value of the string or Default if none found.
ReadString implements the TCustomIniFile.ReadString abstract method by looking at the in-memory copy of the ini file and returning the string found there.
|
Read a string valued key |