FMX.Types3D.TContext3D.CurrentStates

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CurrentStates[AIndex: TContextState]: Boolean read GetCurrentState;

C++

__property bool CurrentStates[TContextState AIndex] = {read=GetCurrentState};

Eigenschaften

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

Beschreibung

Gibt an, ob der AIndex-Status aktiviert ist oder nicht.

Gibt True zurück, wenn der in AIndex angegebene Status aktiviert ist, ansonsten wird False zurückgegeben.

Siehe auch