ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
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)...
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...
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications...
Local network (LAN) setup
Deploying a setup on a local area network (LAN) involves installing and updating a WINDEV application via a reference server,.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
geoRunApp (Function)
Starts the device's native maps application to display:
  • a specific geographical location,
  • a route between two locations.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward...
How to create a patch?
Closes a WINDEV window (and returns a value if necessary).
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)...
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...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
StoreTheValue (Property)
application starts via the persistence. Modify a control so that it keeps (or not) its value between two...
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server,...
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several...
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several...
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
KeyCalcActivationKey (Function)
Calculates the activation key of application from the initial key.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
SysIOSVersion (Function)
Returns information about the iOS version used by the application.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
SysDeviceInfo (Function)
Retrieves information from the mobile device where the application is run
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.