RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMTimer Record
Pascal
TWMTimer = packed record
  Msg: Cardinal;
  TimerID: Longint;
  TimerProc: TFarProc;
  Result: Longint;
end;
C++
struct TWMTimer {
  unsigned Msg;
  Longint TimerID;
  TFarProc TimerProc;
  Longint Result;
};

Messages

This is record Messages.TWMTimer.

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