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

TNoteBookStringsTabControl.AdjustXY

Adjusts the specified coordinates to the ClientOrigin for the parent.

Declaration

Source position: comctrls.pp line 736

protected procedure TNoteBookStringsTabControl.AdjustXY(

  var X: Integer;

  var Y: Integer

);

Arguments

X

  

Horizontal coordinate adjusted in the method.

Y

  

Vertical coordinate adjusted in the method.

Description

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.

See also

TNoteBookStringsTabControl.DragDrop

  

TNoteBookStringsTabControl.DragOver

  

TNoteBookStringsTabControl.MouseMove

  

TNoteBookStringsTabControl.MouseDown

  

TNoteBookStringsTabControl.MouseUp

  


Version 4.0 Generated 2025-05-03 Home