Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxGridView6 OnHeaderMouseDown

OnHeaderMouseDown

Event called after an user press a computer mouse down over one of the column header.

pas
property OnHeaderMouseDown: TNxHeaderMouseDownEvent read FOnHeaderMouseDown write FOnHeaderMouseDown;

Button
TMouseButton
Mouse button being pressed.

Shift
TShiftState
State of the modifier keys, the mouse buttons, or the touch devices.

Col
Integer
Index of a column being pressed.

X
Integer
X coordinate of mouse cursor.

Y
Integer
Y coordinate of mouse cursor.

Sign in