FireDAC.Comp.Script.TFDScript.TotalJobSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TotalJobSize: Integer read GetTotalJobSize;

C++

__property int TotalJobSize = {read=GetTotalJobSize, nodefault};

Properties

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

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.

See Also