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

ActnList

This is record ActnList.TActionListState.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!