[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.GetChildsRect

Get the visible part of a possibly scrolled client area.

Declaration

Source position: controls.pp line 1330

public function TControl.GetChildsRect(

  Scrolled: Boolean

):TRect; virtual;

Arguments

Scrolled

  

True if the rectangle is scrolled

Function result

The function returns the coordinates of the child rectangle

Description

If Scrolled is False, the ScrollOffset is ignored.