Skip to content

TComponent.SetSubComponent

Sets the csSubComponent style.

Declaration

Source position: classesh.inc line 2132

public 
  procedure SetSubComponent(ASubComponent: Boolean);

Description

SetSubComponent includes csSubComponent in the ComponentStyle property if ASubComponent is True, and excludes it again if ASubComponent is False.

See also

Name Description
TComponent.ComponentStyle Current component's style.