XICheckControl procedure

Unit: XIBase

Declaration:

procedure XICheckControl(const aBound: TRect; const aControl: TControl);

The XICheckControl procedure is used to check bounds of aControl against the rectangle defined by aBound. If the control does not fit into that rectangle, the ExiDoesntFit exception is raised. XICheckControl is widely used in layout functions such as LayoutControl.

 

The CHM file was converted to HTML by chm2web software.