IBX.IBInstall.EIBInstall.InstallerError
Delphi
property InstallerError : TIBInstallerError read FInstallerError;
C++
__property TIBInstallerError InstallerError = {read=FInstallerError, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | IBX.IBInstall.pas IBX.IBInstall.hpp |
IBX.IBInstall | EIBInstall |
Description
Renvoie des messages d'erreur IBX.
Utilisez InstallerError pour renvoyer les messages d'erreur générés par les composants d'installation IBX. InstallerError peut avoir l'une des valeurs suivantes :
|
ieSuccess |
L'installation a réussi |
|
ieDelphiException |
L'installation a échoué en raison d'une exception Delphi |
|
ieNoOptionsSet |
L'installation a échoué car aucune option d'installation n'est définie |
|
ieNoDestinationDirectory |
L'installation a échoué car aucun répertoire de destination n'est défini |
|
ieNoSourceDirectory |
L'installation a échoué car aucun répertoire source n'est défini |
|
ieNoUninstallFile |
L'installation a échoué car aucun fichier de désinstallation n'est indiqué |
|
ieOptionNeedsClient |
L'installation a échoué en raison du composant client InterBase |
|
ieOptionNeedsServer |
L'installation a échoué en raison du composant serveur InterBase |
|
ieInvalidOption |
Option non valide |
|
ieInvalidOnErrorResult |
Le résultat de l'événement OnError est incorrect |
|
ieInvalidOnStatusResult |
Le résultat de l'événement OnStatus est incorrect |
Remarque : Pour utiliser cette fonctionnalité, vous devez installer InterBase 6.