RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.SetInline Method

Sets the csInline bit of the component's ComponentState property

Pascal
procedure SetInline(Value: Boolean);
C++
__fastcall SetInline(Boolean Value);

SetInline is used internally to indicate whether the component can act as a root component in the designer but also be embedded in a form. 

SetInline sets the csInline flag in the ComponentState property if Value is true; otherwise, it removes csInline. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!