ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
AutomationEvent (Function)
In french: AutomationEvénement
Branches a procedure to the event of an automation object.
Syntax

Object without description interface Hide the details

AutomationEvent(<Procedure or method> , <Automation object> , <Event>)
<Procedure or method>: Character string
Name of the procedure or method that will be run when the event occurs.
<Automation object>: Automation object
Name of the automation object variable that contains the object on which the event will be branched.
<Event>: Character string
Event name.

Object with description interface Hide the details

AutomationEvent(<Procedure or method> , <Automation object> , <Interface> , <Event>)
<Procedure or method>: Character string
Name of the procedure or method that will be run when the event occurs.
<Automation object>: Automation object
Name of the automation object variable that contains the object on which the event will be branched.
<Interface>: Character string
Unique identifier of the automation interface that manages the event. This identifier has the following format "{XXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXX}"
<Event>: Integer
Integer corresponding to the event number in the interface. This number can be found in the description of the automation object (IDL file): this function number must be used in the interface of events.
Component: wd290vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help