Sets the csSubComponent style.
Source position: classesh.inc line 2559
| public procedure TComponent.SetSubComponent( | 
| ASubComponent: Boolean | 
| ); | 
SetSubComponent includes csSubComponent in the ComponentStyle property if ASubComponent is True, and excludes it again if ASubComponent is False.
| 
 | Current component's style. |