System.Classes.TFindComponentInstanceEvent

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

Delphi

TFindComponentInstanceEvent = procedure (Reader: TReader; const Name: string;
var Instance: Pointer) of object;

C++

typedef void __fastcall (__closure *TFindComponentInstanceEvent)(TReader* Reader, const System::UnicodeString Name, void * &Instance);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

説明

TFindComponentInstanceEvent は、TReader クラスの OnFindMethodInstance イベントによって呼び出される手続きです。

関連項目