ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Handling Organization Chart controls programmatically
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Speech synthesis in the mobile applications
The phones can talk!......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
PageAddress (Function)
Used to find out the Internet address of a page.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
3-tier architecture
The development in "3-tier" architecture is now simplified......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Page constants
List of constants used by page functions....
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......