Skip to content

Instantly share code, notes, and snippets.

View malcolmgroves's full-sized avatar

Malcolm Groves malcolmgroves

View GitHub Profile
unit UDebouncedEvent;
interface
uses
System.Classes, System.SysUtils, System.DateUtils, FMX.Types;
type
TDebouncedEvent = class (TComponent)
private