Show: Delphi
C++
Display Preferences
IBInstall
From XE2 API Documentation
Classes
| EIBInstall | EIBInstall catches all of the installation exceptions. |
| EIBInstallerError | |
| EIBInstallError | |
| TIBInstall | Use TIBInstall to set up an InterBase installation component. |
| TIBSetup | TIBSetup is the ancestor object from which TIBInstall and TIBUnInstall are derived. |
| TIBUnInstall | Use TIBUnInstall to set up an uninstall component. |
| TInstallOptions | TInstallOptions configures the options of a TIBInstall instance. |
Types
| TCmdOption | TCmdOption and TCmdOptions indicate which of the command-line tools are installed. |
| TCmdOptions | |
| TConnectivityOption | TConnectivityOption and TConnectivityOptions identify InterBase connectivity clients. |
| TConnectivityOptions | |
| TErrorResult | |
| TExamplesOption | TExamplesOption and TExamplesOptions identify InterBase Examples clients. |
| TExamplesOptions | |
| TIBInstallerError | |
| TIBSetupOnError | TIBSetupOnError is the type of event handlers that respond to installation errors. |
| TIBSetupOnStatus | TIBSetupOnStatus is the type of event handlers that respond during the InterBase installation or de-installation process. |
| TIBSetupOnWarning | TIBSetupOnWarning is the type of event handlers that respond to installation warnings. |
| TIscError | |
| TMainOption | TMainOption and TMainOptions identify the main InterBase components. |
| TMainOptions | |
| TStatusResult | |
| TWarningResult |
Constants
| cmDBMgmt | cmDBMgmt: TCmdOption = cmDBMgmt; |
| cmDBQuery | cmDBQuery: TCmdOption = cmDBQuery; |
| cmUsrMgmt | cmUsrMgmt: TCmdOption = cmUsrMgmt; |
| cnJDBC | cnJDBC: TConnectivityOption = cnJDBC; |
| cnODBC | cnODBC: TConnectivityOption = cnODBC; |
| cnOLEDB | cnOLEDB: TConnectivityOption = cnOLEDB; |
| erAbort | erAbort: TErrorResult = erAbort; |
| erContinue | erContinue: TErrorResult = erContinue; |
| erRetry | erRetry: TErrorResult = erRetry; |
| exAPI | exAPI: TExamplesOption = exAPI; |
| exDB | exDB: TExamplesOption = exDB; |
| ieDelphiException | ieDelphiException: TIBInstallerError = ieDelphiException; |
| ieInvalidOnErrorResult | ieInvalidOnErrorResult: TIBInstallerError = ieInvalidOnErrorResult; |
| ieInvalidOnStatusResult | ieInvalidOnStatusResult: TIBInstallerError = ieInvalidOnStatusResult; |
| ieInvalidOption | ieInvalidOption: TIBInstallerError = ieInvalidOption; |
| ieNoDestinationDirectory | ieNoDestinationDirectory: TIBInstallerError = ieNoDestinationDirectory; |
| ieNoOptionsSet | ieNoOptionsSet: TIBInstallerError = ieNoOptionsSet; |
| ieNosourceDirectory | ieNosourceDirectory: TIBInstallerError = ieNosourceDirectory; |
| ieNoUninstallFile | ieNoUninstallFile: TIBInstallerError = ieNoUninstallFile; |
| ieOptionNeedsClient | ieOptionNeedsClient: TIBInstallerError = ieOptionNeedsClient; |
| ieOptionNeedsServer | ieOptionNeedsServer: TIBInstallerError = ieOptionNeedsServer; |
| ieSuccess | ieSuccess: TIBInstallerError = ieSuccess; |
| moClient | moClient: TMainOption = moClient; |
| moConServer | moConServer: TMainOption = moConServer; |
| moDevelopment | moDevelopment: TMainOption = moDevelopment; |
| moDocumentation | moDocumentation: TMainOption = moDocumentation; |
| moGuiTools | moGuiTools: TMainOption = moGuiTools; |
| moServer | moServer: TMainOption = moServer; |
| srAbort | srAbort: TStatusResult = srAbort; |
| srContinue | srContinue: TStatusResult = srContinue; |
| wrAbort | wrAbort: TWarningResult = wrAbort; |
| wrContinue | wrContinue: TWarningResult = wrContinue; |