RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.ComponentStyle Property

Governs the behavior of the component.

Pascal
property ComponentStyle: TComponentStyle;
C++
__property TComponentStyle ComponentStyle;

ComponentStyle governs how the component interacts with the streaming system and the Object Inspector. ComponentStyle is a read-only property. Typically, the value of the various component style flags are part of a component's definition, specified in a component's constructor. The one exception to this is the csSubComponent style, which can be set by calling the SetSubComponent method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!