System.IniFiles.TStringHash.Find

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Find(const Key: string; var AItem:THashItem): Integer;

C++

int __fastcall Find(const System::UnicodeString Key, THashItem &AItem);

Properties

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

Description

Returns the address of the specified item.

The Find method is used internally to return the address of the item specified by Key.

See Also