ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
MemModify (Function)
Modifies an element in a memory zone.
MemAdd (Function)
Adds an element to a memory area.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
AutomaticTooltip (Property)
The AutomaticTooltip property enables or disables automatic tooltips on List Box, Table and TreeView Table controls.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
fMoveDir (Function)
Moves a directory and its content.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
grCreate (Function)
Creates a specific type of chart.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
FTPCommand (Function)
Sends a specific FTP command to a server.