FMX.Types3D.TContext3D.CurrentStates
Delphi
property CurrentStates[AIndex: TContextState]: Boolean read GetCurrentState;
C++
__property bool CurrentStates[TContextState AIndex] = {read=GetCurrentState};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TContext3D |
Description
Spécifie si l'état AIndex est activé ou non.
Renvoie True si l'état indiqué par AIndex est activé. Sinon, elle renvoie False.