[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adjusts the specified coordinates to the ClientOrigin for the parent.
Source position: comctrls.pp line 736
protected procedure TNoteBookStringsTabControl.AdjustXY( |
var X: Integer; |
var Y: Integer |
); |
X |
|
Horizontal coordinate adjusted in the method. |
Y |
|
Vertical coordinate adjusted in the method. |
The adjustment amount is the difference between the ClientOrigin for the control and the ClientOrigin for the Parent of the control. The offset amounts are then applied to the values X and Y.
Called from the DragDrop, DragOver, MouseMove, MouseDown, and MouseUp methods.
|
||
|
||
|
||
|
||
|
Version 4.0 | Generated 2025-05-03 | Home |