System.IniFiles.TStringHash.ValueOf

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ValueOf(const Key: string): Integer;

C++

int __fastcall ValueOf(const System::UnicodeString Key);

プロパティ

種類 可視性 ソース ユニット
function public
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TStringHash

説明

特定の項目の値を返します。

ValueOf メソッドは、Key パラメータによって指定された項目の値があればその値を返し、無ければ ValueOf は -1 を返します。

関連項目