Contains information representing a CM_CANCELMODE control message.
Source position: controls.pp line 163
type TCMCancelMode = record |
||
Msg: Cardinal; |
|
Message constant. |
UnusedMsg: Cardinal; |
||
Unused: PtrInt; |
|
Padding for alignment. |
Sender: TControl; |
|
Control which generated the message. |
Result: LRESULT; |
|
0 if the message has not been handled. |
end; |
| Version 4.4 | Generated 2025-11-08 | Home |