System.TInterfacedClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInterfacedClass = class of TInterfacedObject;

C++

typedef System::TMetaClass* TInterfacedClass;

Properties

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

Description

TInterfacedClass defines the metaclass for TInterfacedObject.

TInterfacedClass is the metaclass for TInterfacedObject. Its value is the class reference for TInterfacedObject or for one of its descendants.

See Also