DesignIntf.TBaseCustomModule.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ARoot: TComponent; const Designer: IDesigner); virtual;

C++

__fastcall virtual TBaseCustomModule(System::Classes::TComponent* ARoot, const _di_IDesigner Designer);

Properties

Type Visibility Source Unit Parent
constructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TBaseCustomModule

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.