ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
BurnerSelect (Function)
Used to select the default burner.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
SQLFirst (Example)
Usage example of the SQLFirst function
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
BurnerAddFile (Function)
Adds a file to the compilation.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
HModify (Example)
Usage example of the HModify function
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.