Vcl.Forms.TGetHandleEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

typedef void __fastcall (__closure *TGetHandleEvent)(HWND &Handle);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public Vcl.Forms.hpp Vcl.Forms Vcl.Forms

Beschreibung

TGetHandleEvent ist der Typ einer OnGetActiveFormHandle-Ereignisbehandlungsroutine.

TGetHandleEvent ist der Typ einer OnGetActiveFormHandle-Ereignisbehandlungsroutine. Der Parameter Handle ist eine Zahl, die das tatsächlich aktive Formular angibt.

Siehe auch