DesignIntf.IDesigner60.ClearSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearSelection;

C++

virtual void __fastcall ClearSelection() = 0 ;

Properties

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

Description

Clears the contents of the selected component or components.

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

See Also