ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
The HTML control
The HTML control displays HTML pages or HTML code......
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Error 30: An exception process cannot be declared inside another exception process...
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
TreeListItem (Example)
Usage example of the TreeListItem function
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...