RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TTimerMode Enumeration
Pascal
TTimerMode = (
  tmShow,
  tmHide
);
C++
enum TTimerMode {
  tmShow,
  tmHide
};

This is record Forms.TTimerMode.

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