System.TInterfacedClass

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TInterfacedClass = class of TInterfacedObject;

C++

typedef System::TMetaClass* TInterfacedClass;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
classref
typedef
public
System.pas
System.hpp
System System

Beschreibung

TInterfacedClass definiert die Metaklasse für TInterfacedObject.

TInterfacedClass ist die Metaklasse für TInterfacedObject. Der Wert ist die Klassenreferenz für TInterfacedObject oder für eine davon abgeleitete Klasse.

Siehe auch