System.IniFiles.TStringHash.Add

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

Delphi

procedure Add(const Key: string; Value: Integer);

C++

void __fastcall Add(const System::UnicodeString Key, int Value);

プロパティ

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

説明

バケット リストに新しい項目を追加します。

Add メソッドは、 指定された Key および Value パラメータとともに項目をバケット リスト内に追加します。

関連項目