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

Forms

This is record Forms.TTimerMode.

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