pascalSCADA OPM: hmi_animation_timers: Class TTimerManager

Pascal SCADA OPM

Class TTimerManager

Unit

hmi_animation_timers

Declaration

type TTimerManager = class(TObject)

Description

TTimerManager

Hierarchy

  • TObject
  • TTimerManager

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure AddTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent);
Public procedure RemoveTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent);
Public procedure RemoveCallback(aCallBack:TNotifyEvent);
Public procedure RemoveCallbacksFromObject(aObject:TObject);

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure AddTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent);
 
Public procedure RemoveTimerCallback(Interval:LongWord; aCallBack:TNotifyEvent);
 
Public procedure RemoveCallback(aCallBack:TNotifyEvent);
 
Public procedure RemoveCallbacksFromObject(aObject:TObject);
 

Generated by PasDoc 0.14.0.