Vcl.ActnMan.TCommandProperties.TChangeState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TChangeState = (csIgnore, csRecreate, csRebuild);

C++

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

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCommandProperties

Description

TChangeState enumerates the possible states of a change.

TChangeState enumerates the possible states of a change made to a TCommandProperties instance. The following table lists the possible values for the TChangeState type and the meaning of each value.



Value Description

csIgnore

The change is ignored.

csRecreate

The object was re-created.

csRebuild

The object was re-built.



See Also