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.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
ThreadPersistent (Function)
Makes a thread persistent.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MyReport (Reserved word)
MyReport is used to handle the current report...
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...
MyPage (Reserved word)
MyPage is used to handle the current page...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
ExeListProcess (Function)
Returns the list of applications currently run.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
SendMessage (Function)
Sends a Windows message to a control or to a window.
Dockable Panel control properties
You can manipulate Dockable Panel controls in a window using the following WLanguage properties...
Line control properties
List of properties associated with the Line control...
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit...
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party...
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Word Processing control properties
A Word Processing control can be handled in a window by the following WLanguage properties......
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage...
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code...
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.)...
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating...
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......