FMX.Forms.TApplication.ActionUpdateDelay

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActionUpdateDelay: Integer read FActionUpdateDelay write SetActionUpdateDelay;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Beschreibung

ActionUpdateDelay legt die Verzögerung der Aktualisierung für alle Aktionen fest.

Die Eigenschaft ActionUpdateDelay, die in der Methode TApplication.DoIdle verwendet wird, verwaltet die folgende Verzögerung der Aktualisierung der Aktionen:

Geben Sie ActionUpdateDelay in Millisekunden an . Der Vorgabewert ist 100 ms.

Siehe auch