ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
VibrationTrigger (Function)
Triggers the vibrations of the device.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
fTrackFile (Function)
Triggers the tracking of a file.
HSetTrigger (Function)
Enables or disables the management of triggers.
CallDLL32 (Function)
Runs a function found in an external DLL.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
AppInstallUPD (Function)
Triggers the automatic update of current application.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
<Word Processing>.Position (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.
DocPosition (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.