DesignIntf.TCustomModuleClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

TCustomModuleClass = class of TBaseCustomModule;

C++

typedef System::TMetaClass* TCustomModuleClass;

Description

Class of TBaseCustomModule.

TCustomModuleClass represents the class of the TBaseCustomModule class.

See Also