Vcl.Forms.TGetHandleEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

TGetHandleEvent is the type of an OnGetActiveFormHandle event handler.

TGetHandleEvent is the type of an OnGetActiveFormHandle event handler. The Handle parameter is a number identifying the actual active form.

See Also