Vcl.Dialogs.TCustomTaskDialog.DoOnTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnTimer(TickCount: Cardinal; var Reset: Boolean); dynamic;

C++

DYNAMIC void __fastcall DoOnTimer(unsigned TickCount, bool &Reset);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

Performs the timer action of a Task Dialog.

Use DoOnTimer to perform the timer action of the Task Dialog.