FireDAC.Phys.SQLite.TFDSQLiteValidate.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
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteValidate

Description

Specifies the maximum number of errors.

Use the MaxErrors property to specify the maximum number of errors for the CheckOnly method. If the database validation task discovers more errors, then the validation stops.

The default value is -1. This means an unlimited number of errors.

See Also