DesignEditors.TCustomModule.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ARoot: TComponent; const ADesigner: IDesigner); override;

C++

__fastcall virtual TCustomModule(System::Classes::TComponent* ARoot, const Designintf::_di_IDesigner ADesigner);

Properties

Type Visibility Source Unit Parent
constructor public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TCustomModule

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.