DesignIntf.ICustomModule.Nestable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Nestable: Boolean;

C++

virtual bool __fastcall Nestable() = 0 ;

Properties

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

Description

Specifies whether the module can be nested into other modules.

This will only be called if the TBaseCustomModule is created with a nil Root, making Nestable the only method called from this interface.

See Also