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

THitTests

THitTests - set of THitTest.

Declaration

Source position: comctrls.pp line 43

type THitTests = set of (

  htAbove,

  

The action was above the coordinates for the control.

  htBelow,

  

The action was below the coordinates for the control.

  htNowhere,

  

The action was not near the control checking for the event.

  htOnItem,

  

The action was on the control checking for the event.

  htOnButton,

  

The action was on a button in the control.

  htOnIcon,

  

  htOnIndent,

  

  htOnLabel,

  

  htOnRight,

  

  htOnStateIcon,

  

  htToLeft,

  

  htToRight

  

);