FireDAC.Stan.Error.EFDDBEngineException.ErrorCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ErrorCount: Integer read GetErrorCount;

C++

__property int ErrorCount = {read=GetErrorCount, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBEngineException


Description

Indique le nombre total d'erreurs contenues dans la propriété Errors..

Utilisez la propriété ErrorCount comme limite supérieure lors de l'itération dans les erreurs de la collection d'erreurs.

Voir aussi