FMX.Controls.TControl.IsUpdating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsUpdating: Boolean; virtual;

C++

virtual bool __fastcall IsUpdating();

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Returns True if this control is in the middle of one or more update sessions. It returns False otherwise.

See Also