DesignIntf.TClassWrapper

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTClassWrapper

Delphi

TClassWrapper = class(TInterfacedObject, IClass)

C++

class PASCALIMPLEMENTATION TClassWrapper : public System::TInterfacedObject

Properties

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

Description

Base wrapper for IClass.

TClassWrapper represents a metaclass (see TClass).

See Also