Open main menu

RAD Studio API Documentation β

FireDAC.Comp.Script.TFDScript.TotalPct10Done

Delphi

property TotalPct10Done: Integer read GetTotalPct10Done;

C++

__property int TotalPct10Done = {read=GetTotalPct10Done, nodefault};

Properties

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

Description

The percentage of the already processed part of the script.

Read the TotalPct10Done property to get the percentage of the already processed part of the script and produce an end-user feedback. The value returned by this property multiplied by 0.1 represents the actual percentage. For example, 100 = 10%, 567 = 56.7%.

See Also