Unit 'zgl_timers' Package
[Overview][Types][Procedures and functions][Variables][Index] [#pl_zengl]

zglTTimer

Declaration

Source position: zgl_timers.pas line 45

type zglTTimer = record

  Active: Boolean;

  

  Custom: Boolean;

  

  UserData: Pointer;

  

  Interval: LongWord;

  

  LastTick: Double;

  

  OnTimer: procedure;

  

  OnTimerEx: procedure(

  

  Timer: zglPTimer

);

  prev: zglPTimer;

  

  next: zglPTimer;

  

end;



CT Web help

CodeTyphon Studio