FMX.Types3D.TContextManager.ContextCount
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.