ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of the event to create. This name will be used by all the event management functions.
Mode for managing the event:eventAutomatic(Default value)After its opening, the event is automatically closed as soon as a single thread is unlocked.eventManualThe event is modified by EventChange.
Initial status of the event:eventOpenThe event is open when it is created.eventClose(Default value)The event is closed during its creation.
Mode for sharing the event:shareNoneThe event is specific to the application. If EventDestroy is not called, the event is destroyed at the end of the application. The events are unique to the application that created them. They cannot be shared between several applications. shareGlobalThe event is shared between all the applications found on the computer. This constant is not available. shareUser(Default value)The event is shared between all the applications of the session of the user who runs the application. This constant is not available. Versions 17 and laterMode for destroying the event: Versions 17 and laterDestructionWithoutModificationNew in version 17DestructionWithoutModificationDestructionWithoutModificationBy default, an event is automatically modified during its destruction. If the event is created with the DestructionWithoutModification constant, it will not be modified during the call to EventDestroy or during the automatic destruction of the event when closing the application. This constant is not available. The information regarding the share mode and the destruction mode of the event can be combined. New in version 17Mode for destroying the event: Versions 17 and laterDestructionWithoutModificationNew in version 17DestructionWithoutModificationDestructionWithoutModificationBy default, an event is automatically modified during its destruction. If the event is created with the DestructionWithoutModification constant, it will not be modified during the call to EventDestroy or during the automatic destruction of the event when closing the application. This constant is not available. The information regarding the share mode and the destruction mode of the event can be combined. Mode for destroying the event: Versions 17 and laterDestructionWithoutModificationNew in version 17DestructionWithoutModificationDestructionWithoutModificationBy default, an event is automatically modified during its destruction. If the event is created with the DestructionWithoutModification constant, it will not be modified during the call to EventDestroy or during the automatic destruction of the event when closing the application. This constant is not available. The information regarding the share mode and the destruction mode of the event can be combined.
Mode for sharing the events
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: