Vcl.Controls.TCMPopupHWndDestroy

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

TCMPopupHWndDestroy wird mit einer CM_POPUPHWNDDESTROY-Botschaft verwendet.

Ein Objekt des Typs TCMPopupHWndDestroy wird mit einer CM_POPUPHWNDDESTROY-Botschaft verwendet.

Der TCMPopupHWndDestroy wird intern verwendet.

Siehe auch