ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
FTPCommand (Example)
Usage example of the FTPCommand function
Share your projects via Git
Git is a source code manager......
zipCreate (Function)
Creates an archive.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Installing a Webservice (old format)
HSetMemo (Function)
Used to modify the management mode of memo items.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
Generating the RAD pattern
To generate a RAD pattern:...
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Installing a SOAP server with Apache
Configuring the SOAP administrator
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
FTPListFile (Example)
Usage example of the FTPListFile function
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function