Skip to main content

TdxCustomMemData.IsLoading Property

Indicates whether the data loading process is active.

Declaration

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