[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get the visible part of the logical client area.
Source position: controls.pp line 1270
protected function TControl.GetScrolledClientRect: TRect; virtual; |
The scrolled ClientRect (TopLeft, BottomRight).
Includes the ScrollOffset in a TScrollingWinControl Parent.
TControl: When the Parent is a TScrollingWinControl, the ClientRect is offset by its ScrollOffset. This Rect can be intersected with the visible ClientArea of the Parent, to get the really visible part of the control.
TWinControl: The visible ClientRect is offset by ScrollOffset, to reflect the visible part of the logical ClientRect.
|
Size of the client area of the control. |
|
|
Get the visible part of the logical client area. |
lazarus-ccr.sourceforge.net |