FireDAC.Comp.Script.TFDScript.TotalJobSize
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: TFDScript |
Delphi
property TotalJobSize: Integer read GetTotalJobSize;
C++
__property int TotalJobSize = {read=GetTotalJobSize, nodefault};
Description
The total size of the script.
Read the TotalJobSize property to get the total size of the script and produce an end-user feedback. The value is in bytes.
An application can call the ValidateAll method to get an estimation of TotalJobSize.