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

TWasmTimer

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

Declaration

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

type TWasmTimer = class(TObject)

public

  constructor Create();

  destructor Destroy; override;

  procedure Execute;

  property OnTimer: TNotifyEvent; [r]

  property ID: TWasmTimerID; [r]

  class procedure HandleWasmTimer();

  class function getPerformanceNow;

end;

Inheritance

TWasmTimer

|

TObject


Documentation generated on: 2025-07-25