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...
HSetREP (Function)
Enables or disables the management of .REP file.
grLegend (Function)
Indicates the presence and position of legend in a chart.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values...
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock...
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding...
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline...
Automatic management of exceptions
The management of exceptions can be customized by process......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
iCreateFont (Function)
Creates a new print font.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically...
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......