RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnList.TActionListState Enumeration
Pascal
TActionListState = (
  asNormal,
  asSuspended,
  asSuspendedEnabled
);
C++
enum TActionListState {
  asNormal,
  asSuspended,
  asSuspendedEnabled
};

This is record ActnList.TActionListState.

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