ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
fDelete (Example)
Usage example of the fDelete function
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
fShortName (Example)
Usage example of the fShortName function
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Local procedure
Two types of procedures are available......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
NotificationDisplay (Function)
Displays a message outside the browser.
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
How to open a page?
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
Error 1008: The member of the class is protected
Error 1009: The member of the class is private