[Overview][Classes][Index] |
Check if a value exists
Source position: inifiles.pp line 174
public function TCustomIniFile.ValueExists( |
const Section: string; |
const Ident: string |
):Boolean; virtual; |
Section |
|
Section in which to look for Ident |
Ident |
|
Key name to look for. |
True if Ident exists in section Section
ValueExists checks whether the key Ident exists in section Section. It returns True if a key was found, or False if not. The key may be empty.
|
Check if a section exists. |