DesignIntf.IDesigner60.NoSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NoSelection;

C++

virtual void __fastcall NoSelection() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

Description

Deselects all components in the form designer.

Use NoSelection to programmatically deselect all components in the designer.

Note: To set the selection to a specific component or set of components, use the SelectComponent or SetSelections method.

See Also