Retrieves an array of all components that are selected in the Forms Designer.
public IComponent [] getSelectedComponents()
Returns an array of IComponent objects that represent the components that are selected in the Forms Designer.
Calling the getComponentSelected method on a specific component is faster than retrieving the array of all selected components.