FMX.Forms.TApplication.ActionUpdateDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionUpdateDelay: Integer read FActionUpdateDelay write SetActionUpdateDelay;

C++

__property int ActionUpdateDelay = {read=FActionUpdateDelay, write=SetActionUpdateDelay, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

ActionUpdateDelay sets the delay of updating for all actions.

ActionUpdateDelay, used in the TApplication.DoIdle method, manages the following delay of actions updating :

Set ActionUpdateDelay in milliseconds. The default value is 100 ms.

See Also