ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
2. WEBDEV administrator in practice
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Android Widget windows
An Android application can contain one or more Widget windows......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Error 305: The element does not exist in the window
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
Close (External language)
Closes the current window and restores the context that existed before the window opening.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
ERR_BAD_APPLICATION
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Handling a WinForm .Net control through programming