Datasnap.Win.MtsRdm.TMtsDataModule.CallComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CallComplete(Complete: Boolean); virtual;

C++

virtual void __fastcall CallComplete(bool Complete);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.Win.MtsRdm.pas
Datasnap.Win.MtsRdm.hpp
Datasnap.Win.MtsRdm TMtsDataModule

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