DesignIntf.IComponentEditor.IsInInlined

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsInInlined: Boolean;

C++

virtual bool __fastcall IsInInlined() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentEditor

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.

See Also