ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
ExeListProcess (Function)
Returns the list of applications currently run.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MyReport (Reserved word)
MyReport is used to handle the current report...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MySelf (Reserved word)
MySelf is used to handle the current control...
ThreadPersistent (Function)
Makes a thread persistent.
Assignment of RETURN
The return value of the process currently run can be assigned...
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Initialization (Property)
The Initialization property is used to handle the initialization of certain processes.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Error 102: The constants can be defined in the initialization code of project, ...
Error 105: Redefinition of the local variable
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls...
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
1
2
3
4
5
6
81
>