API:DesignEditors.TCustomModule.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: DesignEditors.pas DesignEditors.hpp
| |
Unit: DesignEditors | |
Parent: TCustomModule |
Delphi
constructor Create(ARoot: TComponent; const ADesigner: IDesigner); override;
C++
__fastcall virtual TCustomModule(System::Classes::TComponent* ARoot, const Designintf::_di_IDesigner ADesigner);
Description
Creates and initializes a TBaseCustomModule instance.
DesignEditors.TCustomModule.Create inherits from DesignIntf.TBaseCustomModule.Create. All content below this line refers to DesignIntf.TBaseCustomModule.Create.
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.