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

THitTest

Represents permissible results for a hit test.

Declaration

Source position: comctrls.pp line 41

type THitTest = (

  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

  

);

Description

THitTest is an enumerated type with values that represent permissible results for a hit test (position of a mouse click etc relative to objects on a form). Values from THitTest are stored in the THitTests set type.

See also

THitTests

  

THitTests - set of THitTest.