DesignIntf.IActivatable
| [–] Properties | |
|---|---|
| Type: interface class
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: DesignIntf | |
Delphi
IActivatable = interface
C++
__interface INTERFACE_UUID("{F00AA4BD-3459-43E9-ACB2-97DBD1663AFF}") IActivatable : public System::IInterface
Description
Represents a component that can be activated. Implement IActivatable in a class whose instances can be activated.