FireDAC.Stan.Error.EFDDBArrayExecuteError.Times

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Times: Integer read FTimes;

C++

__property int Times = {read=FTimes, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBArrayExecuteError

Description

Use the Times property to get the number of array items remained to process in the array after the error has happened.

See Also