DesignIntf.IActivatable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IActivatable = interface

C++

__interface  INTERFACE_UUID("{F00AA4BD-3459-43E9-ACB2-97DBD1663AFF}") IActivatable  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Represents a component that can be activated. Implement IActivatable in a class whose instances can be activated.