TdxServerModeCustomDataSource.IsLoading Method
Indicates if the data source is about to be loaded from a form file.
Declaration
function IsLoading: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the value of the ComponentState property inherited from TComponent includes the csLoading flag. Otherwise, the function returns False.
See Also