[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Logical client area, can be bigger than the visible client area.
Source position: controls.pp line 1269
protected function TControl.GetLogicalClientRect: TRect; virtual; |
TControl returns the ClientRect.
A Forms.TScrollingWinControl has a logical client area, of which only a portion can be visible. The origin always is (0,0), regardless of an ScrollOffset.
|
The TopLeft and BottomRight of the control, in client coordinates. |
|
|
Size of the client area of the control. |
|
|
Get the visible part of the logical client area. |
lazarus-ccr.sourceforge.net |