API:Vcl.Controls.TCMCreatePopup
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
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!