pascalSCADA OPM: hmi_animation_timers: Class TTimerEntry

Pascal SCADA OPM

Class TTimerEntry

Unit

hmi_animation_timers

Declaration

type TTimerEntry = class(TObject)

Description

TTimerEntry

Hierarchy

  • TObject
  • TTimerEntry

Overview

Methods

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

Description

Methods

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

Generated by PasDoc 0.14.0.