Vcl.ActnMan.TCommandProperties.TChangeState

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

Delphi

TChangeState = (csIgnore, csRecreate, csRebuild);

C++

enum DECLSPEC_DENUM TChangeState : unsigned char { csIgnore, csRecreate, csRebuild };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCommandProperties

説明

TChangeState は、指定可能な変化の状態を列挙します。

TChangeState は、指定可能な、TCommandProperties インスタンスに対して行われた変化の状態を列挙します。次の表に、TChangeState 型に指定可能な値、および各値の意味を示します。



説明

csIgnore

変化を無視します。

csRecreate

オブジェクトが再作成されました。

csRebuild

オブジェクトが再ビルドされました。



関連項目