[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

THitTest

THitTest - enumerated type giving permissable results of a hit test (position of a mouse click etc relative to objects on a form)

Declaration

Source position: comctrls.pp line 46

type THitTest = (

  htAbove,

  

  htBelow,

  

  htNowhere,

  

  htOnItem,

  

  htOnButton,

  

  htOnIcon,

  

  htOnIndent,

  

  htOnLabel,

  

  htOnRight,

  

  htOnStateIcon,

  

  htToLeft,

  

  htToRight

  

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.