RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.GetClientRect Method

Returns the value of the ClientRect property.

Pascal
function GetClientRect: TRect; override;
C++
virtual __fastcall TRect GetClientRect();

GetClientRect is the protected access function for the ClientRect property. It returns the dimensions of the form window, indented by any scroll bars and menus. 

Override this method to change the way the client area of the form is defined. 

 

GetClientOrigin 

ClientRect

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