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