FMX.Grid.TGridModel.IsUpdating
Delphi
function IsUpdating: Boolean; inline;
C++
bool __fastcall IsUpdating(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridModel |
Description
Returns True
is the model is in the middle of one or more update sessions or False
otherwise.