canControlHaveChildren

canControlHaveChildren(): Boolean;

The canControlHaveChildren method of the Control class returns whether a control is permitted to be the parent of other controls.

The canControlHaveChildren method is defined for the following reasons.

The default value returned by the method is determined by the control. The BaseControl, Frame, GroupBox, JadeDockBar, JadeDockContainer, JadeMask, Picture, Sheet, and StatusLine controls return true; all other controls return false.