FMX.Types3D.TContextClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TContextClass = class of TContext3D;

C++

typedef System::TMetaClass* TContextClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

TContextClass defines the metaclass for TContext3D.

TContextClass is the metaclass for TContext3D. Its value is the class reference for TContext3D or for one of its descendants.

See Also