FMX.Types3D.TContext3D.CurrentStates

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

説明

AIndex で指定された状態がアクティブになっているかどうかを示します。


AIndex で指定された状態がアクティブになっている場合は True を返し、そうでない場合は False を返します。

関連項目