System.IniFiles.TStringHash.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TStringHash

Description

Adds a new item to the bucket list.

The Add method inserts an item with the specified Key and Value into the bucket list.

See Also