guides:programming:programmers_reference_manual:pos_by_client_cursor_message

POS_BY_CLIENT_CURSOR message

Determines the cell that the mouse cursor is over. This is the same as POS_BY_CURSOR message except that it returns the CLIENT coordinates rather than the SCREEN coordinates.

Edit table.

cellPos = Send_Message(controlID, "POS_BY_CLIENT_CURSOR", cursorX, cursorX)

Parameters are as follows.

ParameterDescription
CursorXThe X position of the mouse cursor in the CLIENT coordinates.
CursorYThe Y position of the mouse cursor in the CLIENT coordinates.

Returns the column:@fm:row of the cell.

If the column value is 0 then the cursor is over a row label.

If the row value is 0 then the cursor is over a column header.

If the column and row values are null then the cursor is not over a cell, row label or column heading.

  • guides/programming/programmers_reference_manual/pos_by_client_cursor_message.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1