System.IniFiles.TStringHash.ValueOf
Delphi
function ValueOf(const Key: string): Integer;
C++
int __fastcall ValueOf(const System::UnicodeString Key);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.IniFiles.pas System.IniFiles.hpp |
System.IniFiles | TStringHash |
Description
Returns the value of the specified item.
The ValueOf method returns the value of the item specified by Key, if found. Otherwise, ValueOf returns -1.