System.TInterfacedClass

From RAD Studio API Documentation
Revision as of 22:51, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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