System.Classes.TFindComponentInstanceEvent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TFindComponentInstanceEvent is a procedure called by the TReader class OnFindMethodInstance event.

See Also