System.IniFiles.TStringHash.Find

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

Delphi

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

C++

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

プロパティ

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

説明

特定の項目のアドレスを返します。

Find メソッドは、Key パラメータに指定された項目のアドレスを返すために内部的に使用されます。

関連項目