ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsData (Function)
Retrieves the content of a cell found in an XLS file.
The Line control
A Line control is used to display a line in a page......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
Automatic documentation of external components
External components must include a technical documentation......
Programming the table cells
The Table controls can be handled......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
dChord (Example)
Usage example of the dChord function
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
11. Internal components in practice
Internal components in practice...
Events associated with Calendar controls
List of events associated with Calendar controls...
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Description (Property)
The Description property is used to get and change the description of an element.
dSlice (Example)
Usage example of the dSlice function
1. WEBDEV editors
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
fResourceDir (Function)
Returns the path of the read-only resources of the application.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
HTTPRequest (Example)
Usage example of the HTTPRequest function