Vcl.Forms.TApplication.PopupControlWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupControlWnd: HWND read FPopupControlWnd;

C++

__property HWND PopupControlWnd = {read=FPopupControlWnd, nodefault};

Properties

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

Description

Gives the handle to the popup control handler routine.

PopupControlWnd is a read-only property that gives the handle to the popup control handler routine.

Note: When the application starts, the value of PopupControlWnd is set to a particular private method in TApplication.