System.IniFiles.TStringHash.Modify

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

Delphi

function Modify(const Key: string; Value: Integer): Boolean;

C++

bool __fastcall Modify(const System::UnicodeString Key, int Value);

プロパティ

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

説明

特定のキーに関連付けられた値を修正します。

Modify メソッドは、指定された Key パラメータに関連付けられた項目の値を Value パラメータに指定された値に設定します。

Modify は、キーがバケット リストに存在して処理が正常に完了する場合に True を、そうでない場合には False を返します。

関連項目