ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
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)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Handling a control through programming in a report
All report controls can be handled through programming......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
HCopyRecord (Example)
Usage example of the HCopyRecord function
Push notification
A mobile device can receive push notifications......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
iParameterViewer (Function)
Configures the report viewer.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......