API:Vcl.Controls.TCMPopupHWndDestroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TCMPopupHWndDestroy = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    PopupFormInfo: PPopupFormInfo;
    PopupControlWnd: HWND;
    Result: LRESULT;
  end;

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!