Vcl.Controls.TCMCreatePopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

 TCMCreatePopup = record
 Msg: Cardinal;
 MsgFiller: TDWordFiller;
 PopupID: Integer;
 PopupUDFiller: TDWordFiller;
 OwnerWnd: HWND;
 Result: LRESULT;
 end;

C++

struct DECLSPEC_DRECORD TCMCreatePopup
{
public:
 unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
 Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
 int PopupID;
#ifndef _WIN64
#else /* _WIN64 */
 Winapi::Messages::TDWordFiller PopupUDFiller;
#endif /* _WIN64 */
 HWND OwnerWnd;
 NativeInt Result;
};

Properties

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

Description

TCMCreatePopup is used with a CM_CREATEPOPUP message.

An object of type TCMCreatePopup is used with a CM_CREATEPOPUP message. The following table lists the fields contained by TCMCreatePopup:


Field Meaning

Msg

Represents the Windows message code.

PopupID

Represents the ID that identifies the pop-up.

OwnerWnd

Specifies the window owning the control.

Result

Holds the value returned by the application processing the message.


The TCMCreatePopup type is used internally.

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Vcl.Controls.TCMCreatePopup&oldid=199542"