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

TToolButton.PointInArrow

Indicates if the specified position is within the bounds for the arrow drawn on a drop-down button.

Declaration

Source position: comctrls.pp line 2175

public function TToolButton.PointInArrow(

  const X: Integer;

  const Y: Integer

):Boolean;

Arguments

X

  

Horizontal coordinate examined in the method.

Y

  

Vertical coordinate examined in the method.

Function result

True when the coordinates are within the arrow for the drop-down.


Version 3.2 Generated 2024-02-25 Home