FMX.Types3D.TContextManager.ContextCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property ContextCount: Integer read GetContextCount;

C++

/* static */ __property int ContextCount = {read=GetContextCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContextManager

Description

Specifies the number of registered context classes.

To register a new context class, call the RegisterContext method.

See Also