Vcl.Forms.TGetHandleEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TGetHandleEvent = procedure(var Handle: HWND) of object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.Forms.pas
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