FireDAC.Stan.Error.EFDDBArrayExecuteError.RetryLevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RetryLevel: Integer read FRetryLevel;

C++

__property int RetryLevel = {read=FRetryLevel, nodefault};

Properties

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

Description

Use the RetryLevel property to get the number of retry operations. The number is incremented after each eaSkip action value.

See Also