ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Handling Scheduler controls programmatically
A Scheduler control can be......
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
The pages
Pages are the main interface of a WEBDEV site......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Android Widget windows
An Android application can contain one or more Widget windows......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
The Clickable Image control
The Clickable Image control can be used to......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....