Unit 'JPP.Timer' Package
[Overview][Classes][Index] [#pl_jppack]

TJppCustomTimer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: JPP.Timer.pas line 32

type TJppCustomTimer = class(TTimer)

protected

  procedure DoOnTimer; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Start;

  

  procedure Stop;

  

  procedure Restart;

  

  property Counter: Cardinal; [rw]

  

  property ClearCounterOnStart: Boolean; [rw]

  

  property RepeatCountLimit: Cardinal; [rw]

  

  property OnRepeatCountLimitReached: TNotifyEvent; [rw]

  

  property TagExt: TJppTagExt; [rw]

  

end;

Inheritance

TJppCustomTimer

  

|

TObject



CT Web help

CodeTyphon Studio