ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
fDriveReady (Example)
Usage example of the fDriveReady function
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
dPolyline (Function)
Draws a line composed of multiple segments.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min