MaxItems: Integer;
The MaxItems property determines the maximum available number of stored error records.
Available values:
-1. The unlimited number of error records is allowed.
0. Default value. Error records are not saved.
Greater than 0. The limited number of error records is allowed. If the number of records is greater than the MaxItems value, errors are not saved.
To set the maximum available number of errors, use the IDtBaseErrors.MaxErrors property.
The method use is given in the example for IDtProvider.FilterIf.
See also: