FMX.Types.TTimer.UpdateTimer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateTimer; virtual;

C++

virtual void __fastcall UpdateTimer();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTimer

Description

Updates the platform-native timer.

Do not call the protected UpdateTimer method directly in an application.

See Also