FireDAC.Comp.Script.TFDScript.TotalJobSize

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 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.

See Also