ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
nWDOpenWDL: Opening a library
Opens a library created by WINDEV (file with a WDL extension)......
4. Dedicated server or shared server?
<Source>.UpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
<Chart>.AxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
The Line control
A Line control is used to display a line in a page......
tapiHangUp (Function)
Hangs up a phone line started with tapiDial or tapiAnswerCall.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
HLogInfo (Function)
Adds comments to the log when saving the operation.
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
3. Managing sockets
WINDEV includes advanced socket management functions....
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
grPointSize (Function)
Configures the size of a specific point in a Line or Scatter chart.
LineSpacing (Property)
The Interline property is used to set the line spacing of an element.
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.