Unit 'wasm.timer.objects' Package
[Overview][Classes][Index] [#wasm-utils]

TTimer

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

Declaration

Source position: wasm.timer.objects.pas line 51

type TTimer = class(TComponent)

protected

  procedure DoOnTimer(); virtual;

  procedure CheckEnabled; virtual;

  procedure Loaded; override;

public

  destructor Destroy; override;

published

  property Enabled: Boolean; [rw]

  property Interval: Integer; [rw]

  property OnTimer: TNotifyEvent; [rw]

end;

Inheritance

TTimer

|

TObject


Documentation generated on: 2025-07-25