DesignIntf.IDesigner60.ClearSelection

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 ClearSelection;

C++

virtual void __fastcall ClearSelection() = 0 ;

Description

Clears the contents of the selected component or components.

Call ClearSelection to delete the contents of the components returned by GetSelections.

See Also