|
RAD Studio VCL Reference
|
Indicates whether the component has the csInline flag set in its ComponentState property.
function IsInInlined: Boolean;
__fastcall Boolean IsInInlined();
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|