DesignIntf.IDesigner60.NoSelection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesigner60

Delphi

procedure NoSelection;

C++

virtual void __fastcall NoSelection() = 0 ;

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