FMX.Forms.ActionUpdateDelayNever

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ActionUpdateDelayNever: Integer = -1;

C++

extern DELPHI_PACKAGE int ActionUpdateDelayNever;

Properties

Type Visibility Source Unit Parent
const
variable
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

ActionUpdateDelayNever can be used in methods like TApplication.DoIdle to define that no updating of actions is required.

See Also