TdxCustomMemData.IsLoading Property
In This Article
Indicates whether the data loading process is active.
#Declaration
Delphi
property IsLoading: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Use this property to know whether the ExpressMemData is loading data. You can also employ this property when using your own methods of data loading.
See Also