Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCMCancelMode

Contains information representing a CM_CANCELMODE control message.

Declaration

Source position: controls.pp line 142

type TCMCancelMode = record

  Msg: Cardinal;

  

  Unused: Integer;

  

  Sender: TControl;

  

  Result: LongInt;

  

end;