FMX.Controls.TControl.IsUpdating
Delphi
function IsUpdating: Boolean; virtual;
C++
virtual bool __fastcall IsUpdating(void);
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.