[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get the visible part of a possibly scrolled client area.
Source position: controls.pp line 1525
public function TControl.GetChildsRect( |
Scrolled: Boolean |
):TRect; virtual; |
Scrolled |
|
True forces scrolling taken into account. |
The visible part of the client area.
If Scrolled is False, the ScrollOffset is ignored, so that the ClientRect is returned.