ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different copy modes
Two different copy modes are proposed by WDTRAD...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
CurrentWin (Function)
Identifies the window currently in edit.
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
FTPDate (Example)
Usage example of the FTPDate function
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Input (Function)
Displays a message allowing the user to type an information.
HDescribeLink (Function)
Describes a link between two data files through programming.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
BackgroundTaskAdd (Function)
Adds a new background task.
DnDEvent (Example)
Usage example of the DnDEvent function
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
Image (Property)
The Image property gets and sets the background image of a control or block.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Calling a procedure/a function
Syntax for calling a local or global procedure.