Vcl.Controls.TWinControl.GetClientOrigin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClientOrigin: TPoint; override;

C++

virtual System::Types::TPoint __fastcall GetClientOrigin();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Returns the value of the ClientOrigin property.

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.

See Also