Vcl.Grids.TCustomGrid.HitTest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HitTest: TPoint read FHitTest;

C++

__property System::Types::TPoint HitTest = {read=FHitTest};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Indicates the current position of the mouse cursor.

Read HitTest to determine the position of the mouse when it is over the grid or when the grid has captured the mouse. HitTest may represent a position that is not within the client area of the grid control if the user is moving or resizing the rows or columns, or if the user is selecting a range of cells using the mouse. HitTest is the position of the mouse cursor in the coordinate system where (0,0) is the upper left corner of the grid control's client area.

See Also