FireDAC.Comp.Script.TFDScript.TotalPct10Done
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: TFDScript |
Delphi
property TotalPct10Done: Integer read GetTotalPct10Done;
C++
__property int TotalPct10Done = {read=GetTotalPct10Done, nodefault};
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%.