RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.NoSelection Method

Deselects all components in the form designer.

Pascal
procedure NoSelection;
C++
__fastcall NoSelection();

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!