System.TClass
Delphi
TClass = class of TObject;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| classref | public | System.pas | System | System |
Description
TClass defines the metaclass for TObject.
TClass is the metaclass for TObject. Its value is the class reference for TObject or for one of its descendants.
See Also