Table of Contents

TAdvCustomFormDesigner.Control Property

Contains the currently selected control in the designer.

Remarks

Control property contains a reference to the currently selected control in the designer. When more than one control is selected (multi-selection), Control property returns the first selected control. If you set a value for Control property, all other currently selected controls are deselected, and the specified control will be the only control selected. For non-visual components, the control is the TComponentContainer control that represents the component.

Syntax

Unit: FormDesigner

property TAdvCustomFormDesigner.Control: TControl

See also