[Overview][Classes] | Reference for unit 'IniFiles' (#fcl) |
Read a string
Source position: inifiles.pp line 177
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 |
No notes exist for this page yet.