Get the visible part of a possibly scrolled client area.
Source position: controls.pp line 1672
public function TControl.GetChildrenRect( |
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. Returns the Client rectangle relative to the left and top for the control. If Scrolled is True, the rectangle is moved by the current scrolling values (for an example see TScrollingWincontrol).
CT Web help |
CodeTyphon Studio |