API:Winapi.Messages.TWMCommand
Delphi
TWMCommand = record
Msg: Cardinal;
MsgFiller: TDWordFiller;
ItemID: Word;
NotifyCode: Word;
ItemIDNotifyCodeFiller: TDWordFiller;
Ctl: HWND;
Result: LRESULT;
end;
C++
struct DECLSPEC_DRECORD TWMCommand
{
public:
unsigned Msg;
System::Word ItemID;
System::Word NotifyCode;
HWND Ctl;
NativeInt Result;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Winapi.Messages.pas Winapi.Messages.hpp |
Winapi.Messages | Winapi.Messages |
Description
Embarcadero Technologies does not currently have any additional information.