ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CurrentMonth (Function)
Returns the number of the current month.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
Warning 18: Loop without potential end
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
7. Dynamic site on specific configurations
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Using several libraries in an application
A library is a WDL file that contains all the resources......