DesignIntf.ICustomModule.Nestable
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: ICustomModule | |
Delphi
function Nestable: Boolean;
C++
virtual bool __fastcall Nestable() = 0 ;
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.