ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
The HTML control
The HTML control displays HTML pages or HTML code...
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
StatVariance (Function)
Calculates the variance for a series of values.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
PageParameter (Function)
Returns the value of a parameter passed to the current page.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Sensor constants
Constants used by the SensorXXX functions...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.