RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.GetClientOrigin Method

Returns the value of the ClientOrigin property.

Pascal
function GetClientOrigin: TPoint; override;
C++
virtual __fastcall TPoint GetClientOrigin();

GetClientOrigin is the protected implementation of the ClientOrigin property. 

GetClientOrigin returns a point indicating the position of the top-left corner of the control in screen coordinates. 

 

ClientOrigin 

ClientToScreen 

GetClientRect

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!