TAdvCustomFormDesigner.Component Property
Contains the currently selected component in the designer.
Remarks
Component property contains a reference to the currently selected component in the designer. When more than one component is selected (multi-selection), Component property returns the first selected component. If you set a value for Component property, all other currently selected components are deselected, and the specified component will be the only one selected.
Syntax
Unit: FormDesigner
property TAdvCustomFormDesigner.Component: TComponent