ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application...
.NET application
To create a.NET application from a project...
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications...
What is an application?
An application is a set of objects (windows, controls, ...
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)...
Performance profiler
The performance profiler is a tool for checking and optimizing the execution time of your application...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
geoRunApp (Function)
Starts the device's native maps application to display:
  • a specific geographical location,
  • a route between two locations.
Custom tooltips
Tooltips are very useful for application users...
Local network (LAN) setup
Deploying a setup on a local area network (LAN) involves installing and updating a WINDEV application via a reference server,.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system...
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...
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
MSIX installation packages
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
Same source code for 32 and 64-bit applications
The 64-bit operating systems are starting to appear on the PCs and on the servers...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
How to create a patch?
Closes a WINDEV window (and returns a value if necessary).
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward...
Setup in MSI format
You can create MSI installers...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
StatVariance (Function)
Calculates the variance for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name...
KeyPressed (Function)
Checks which key is pressed.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated...
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grDeleteSeries (Function)
Deletes a data series from a chart.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed...
grInfoXY (Function)
Returns information about the series found at a specific chart point.
grType (Function)
Identifies or modifies the type of chart.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block...
StringReverse (Function)
Reverses the characters of a string.
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept...
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
iEllipse (Function)
Prints an ellipse (in a rectangle).
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.