FireDAC.Stan.Error.EFDDBArrayExecuteError.Offset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Offset: Integer read FOffset;

C++

__property int Offset = {read=FOffset, nodefault};

Properties

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

Description

Use the Offset property to get an offset of a failed array item. The offset is calculated from the beginning of the array.

See Also