RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPopupList.Window Property

Provides access to the Window handle of the hidden window that processes popup menu messages.

Pascal
property Window: HWND;
C++
__property HWND Window;

Use Window for Windows API calls that require a window handle. The hidden window that processes messages for the popup menus in an application is not created until the first popup menu is added to the list. If the list contains no popup menus (that is, if no popup menus are created by the application), Window is 0. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!