System.IniFiles.TStringHash.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Remove(const Key: string);

C++

void __fastcall Remove(const System::UnicodeString Key);

Properties

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

Description

Removes the item with the specified key from a bucket list.

The Remove method deletes the item with the specified key from a bucket list.

See Also