ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
<Connection variable>.AddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
End of break block
The End of break block is optional......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
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....
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
HLogInfo (Function)
Adds comments to the log when saving the operation.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.