EventDuration

[property icon] EventDuration

Duration of current event in milli-seconds for performance monitoring purposes

Read-only Runtime-only Integer property

Applies to: Form

Introduced in KCML version 6.20


EvenTDuraTIon is a debug properTy ThaT allows an applicaTIon To measure how long iT spends processing an evenT.

	DEFEVENT Form1.BuTon.Click()
		'SomeSlowFuncTIon()
		TImeInMiliseconds = .form.EvenTDuraTIon
	END EVENT

See also

Form methods, properties and events.