DesignIntf.TCustomModuleClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomModuleClass = class of TBaseCustomModule;

C++

typedef System::TMetaClass* TCustomModuleClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Class of TBaseCustomModule.

TCustomModuleClass represents the class of the TBaseCustomModule class.

See Also