API: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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.