Classes.TComponent.SetInline
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
procedure SetInline(Value: Boolean);
Unit: Classes
Type: method
Visibility: protected
Member Of: TComponent
C++ Information
From Classes.hpp
void __fastcall SetInline(bool Value);
Unit: Classes
Type: method
Visibility: protected
Member Of: TComponent
Description
Sets the csInline bit of the component's ComponentState property
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.