ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current 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...
ThreadPersistent (Function)
Makes a thread persistent.
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.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
TableMode (Function)
TableMode is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function...
HSetLog (Function)
Enables or disables log management on a file.
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit...
How to use an array of structures?
An array of structures is an Array variable......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ExceptionInfo (Function)
Retrieves information about the current exception.
XMLSavePosition (Function)
Stores the current position in the XML document.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check...
ProgressBarEnable (Example)
Usage example of the ProgressBarEnable function
ParallelTaskExecute (Example)
Usage example of the ParallelTaskExecute function
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
HDeleteView (Example)
Usage example of the HDeleteView function
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control...
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted...
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
WLanguage procedure called by tapiDial
tapiDial callback
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page...
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
HError (Example)
Usage example of the HError function
Timer (Function)
Periodically and automatically calls a WLanguage procedure.