System.Classes.TComponent.SetInline
Delphi
procedure SetInline(Value: Boolean);
C++
void __fastcall SetInline(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Classes.pas System.Classes.hpp |
System.Classes | 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.