DesignIntf.IComponentEditor.IsInInlined
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IComponentEditor |
Delphi
function IsInInlined: Boolean;
C++
virtual bool __fastcall IsInInlined() = 0 ;
Description
Indicates whether the component has the csInline flag set in its ComponentState property.
IsInInlined indicates whether the component being edited is inside a top-level component that can be modified at design time and also embedded in a form.
For instance, when a component is used on a Frame and that Frame is dropped on a Form, IsInInlined returns true for the component when it is embedded in the Frame on the Form, but returns false when the component that is only on the Frame.