Get the visible part of the logical client area.
Source position: controls.pp line 1332
protected function TControl.GetScrolledClientRect: TRect; virtual; |
The scrolled ClientRect (TopLeft, BottomRight).
Includes the ScrollOffset in a TScrollingWinControl Parent.
For 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 actual visible part of the control.
For TWinControl: The visible ClientRect is offset by ScrollOffset, to reflect the visible part of the logical ClientRect.
|
Size of the client area for the control. |
|
|
Get the visible part of the logical client area. |
CT Web help |
CodeTyphon Studio |