Vcl.Controls.TCMPopupHWndDestroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMPopupHWndDestroy = record

C++

struct DECLSPEC_DRECORD TCMPopupHWndDestroy
{
public:
    unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
    PPopupFormInfo PopupFormInfo;
    HWND PopupControlWnd;
#ifndef _WIN64
    int Result;
#else /* _WIN64 */
    __int64 Result;
#endif /* _WIN64 */
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCMPopupHWndDestroy is used with a CM_POPUPHWNDDESTROY message.

An object of type TCMPopupHWndDestroy is used with a CM_POPUPHWNDDESTROY message.

The TCMPopupHWndDestroy type is used internally.

See Also