ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
fSelectDir (Function)
Opens a directory picker.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
ChangeTarget (Function)
Changes the target of a button action.
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WINDEV Mobile 2024: New features in this version
Here are the new features that you will discover in this version......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
fRead (Example)
Usage example of the fRead function
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
WinStatus (Function)
Identifies or modifies the window status.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
9. Sharing a project in practice
Sharing a project in practice...
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......