Vcl.DBCtrls.TDBNavigator.MaxErrors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxErrors: Integer read FMaxErrors write FMaxErrors default -1;

C++

__property int MaxErrors = {read=FMaxErrors, write=FMaxErrors, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBNavigator

Description

MaxErrors indicates the maximum number of errors that the provider should allow.

MaxErrors indicates the maximum number of errors that the provider should allow before prematurely stopping the update operation. By default, MaxErrors is set to -1, indicating that there is no limit to the number of errors.

See Also