System.Classes.TFindComponentInstanceEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Beschreibung

TFindComponentInstanceEvent ist eine vom Ereignis OnFindMethodInstance der Klasse TReader aufgerufene Prozedur.

Siehe auch