Datasnap.Win.MtsRdm.TMtsDataModule.CallComplete

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.Win.MtsRdm.pas
Datasnap.Win.MtsRdm.hpp
Unit: Datasnap.Win.MtsRdm
Parent: TMtsDataModule

Delphi

procedure CallComplete(Complete: Boolean); virtual;

C++

virtual void __fastcall CallComplete(bool Complete);

Description

Indicates that the MTS data module has successfully completed its current task.

If the AutoComplete property is set to True, then the CallComplete method indicates that the MTS data module has successfully completed its current task. CallComplete internally calls SetComplete.

See Also