FireDAC.Comp.Script.TFDScript.TotalJobDone

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScript

Delphi

property TotalJobDone: Integer read GetTotalJobDone;

C++

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

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