RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TCommandProperties.TChangeState Enumeration

TChangeState enumerates the possible states of a change.

Pascal
TChangeState = (
  csIgnore,
  csRecreate,
  csRebuild
);
C++
enum TChangeState {
  csIgnore,
  csRecreate,
  csRebuild
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!