FireDAC.Comp.Script.TFDScript.TotalJobDone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TotalJobDone: Integer read GetTotalJobDone;

C++

__property int TotalJobDone = {read=GetTotalJobDone, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScript

Description

The already processed part of the script.

Read the TotalJobDone property to get the already processed part of the script and produce an end-user feedback. The value is in bytes.

See Also