+TTaskDlgTimerEvent is an object procedure type which defines an +event handler signalled when the timer internal in a task dialog has elapsed. +Applications can implement and assign a routine using the signature for the +type to the OnTimer event handler in TTaskDialog. +
++The routine is signalled from the DoOnTimer method in TCustomTaskDialog and is +called periodically from the widgetset class when the callback timer is +enabled in the task dialog. Arguments passed to the routine indicate the +dialog form for the event notification, the number of ticks (milliseconds) +since the timer was started, and an updatable value to indicate that the time +should be reset. +
+TCustomTaskDialog is a TLCLComponent descendant which defines a configurable, modal task dialog. It is the base class for -TaskDialog, and provides a cross-platform implementation similar to the -Windows TaskDialog API. +TaskDialog, and provides a multi-platform implementation of the Windows +TaskDialog API.
TCustomTaskDialog provides properties which can be used to configure the