FMX.Types3D.TContextManager.ContextCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property ContextCount: Integer read GetContextCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContextManager

Beschreibung

Gibt die Anzahl der registrierten Kontextklassen an.

Mit der Methode RegisterContext wird eine neue Kontextklasse registriert.

Siehe auch