ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Declaring a non-described thread Hide the details
Describing a thread via the Thread type Hide the details
Procedure to run. This parameter can correspond to: the name of procedure to run. the name of Procedure variable corresponding to the procedure to run.
Parameters of procedure to run. This list of parameters has the following format: (<Parameter 1>, ..., <Parameter N>) where: <Parameter 1>: First procedure parameter....<Parameter N>: Nth procedure parameter.
Mode for starting the thread.threadWaitForStartWaits for the actual start of the thread before continuing the execution.threadGlobalContextForces the use of the global context of the project if the thread is run from a window. The thread will continue to run until the application is closed.The window context is used by default, therefore the thread is stopped when closing the window.threadNormalStarts the thread in normal mode. The HFSQL context is copied during the first use of a HFSQL feature.threadFullCopyHFSQLContext(Default value)Triggers the immediate copy of current HFSQL context.Recommended if the thread must take into account the current positions in the files and queries of caller context.threadLightCopyHFSQLContextTriggers the immediate copy of part of current HFSQL context. Are stored: the directories where the HFSQL Classic data files are located. HFSQL Client/Server connections.
Properties specific to the description of Thread variables
WLanguage functions that manipulate Thread variables
Last update: 03/04/2021
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: