DesignIntf.TBaseCustomModule.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: TBaseCustomModule |
Delphi
constructor Create(ARoot: TComponent; const Designer: IDesigner); virtual;
C++
__fastcall virtual TBaseCustomModule(System::Classes::TComponent* ARoot, const _di_IDesigner Designer);
Description
Creates and initializes a TBaseCustomModule instance.
The ARoot
parameter can be nil. In this case only the Nestable function is called from the ICustomModule interface implemented by the instance.