Vcl.Forms.TApplication.ActiveFormHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveFormHandle: HWND read GetActiveFormHandle;

C++

__property HWND ActiveFormHandle = {read=GetActiveFormHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Gives the Windows handle of the currently active form.

ActiveFormHandle gives the Windows handle of the currently active form.

See Also