Overview | Methods | This Package | All Packages
Selects a set of components in the Forms Designer.
Syntax
public void setSelectedComponents( IComponent [] components )
Parameters
components
An array of IComponent objects that represent the components to select in the Forms Designer. Either set to null or set to an empty array to indicate that nothing should be selected.
Remarks
Use this method with care. It can change the behavior of the Forms Designer's selection model.