You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Composite Container - ComponentOnFailure Property
Action to perform in the event of a failure
Member of Composite Container (PRIM_MCVC)
Data Type - Enumeration

Details


The ComponentOnFailure property specifies the behaviour of an application when an instance of ActiveX component flags a Failure Com Error.
The value assigned to Repository definition of the ActiveX is used to initialize each instance of the ActiveX. This can be modified at run time.

Allowed Values

Enum Value

Description

Abort

Reports the Com Error before aborting the application

Continue

Resumes normal execution of the application

SignalError

Signals the ComponentError event of the failing ActiveX component. Once control returns from handling the event, normal execution of the application is resumed

See also

All Component Classes
Technical Reference

  • No labels