Forms > Forms Assembly Interfaces > IControl > IControl.ClientToScreen
ClientToScreen(X: Integer; Y: Integer): IPoint;
X. Point coordinate on the X axis.
Y. Point coordinate on the Y axis.
The ClientToScreen method converts point coordinates specified relative to the component's coordinate system into screen coordinates.
See also: