Vcl.ActnCtrls.TCustomUtilityButton.OnDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OnDelay(Sender: TObject);

C++

void __fastcall OnDelay(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

Executes the control's function after an amount of time.

OnDelay is used for executing the control's function after an amount of time. The execution is performed only if AutoScroll is active.

See Also