ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
zipCreate (Function)
Creates an archive.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
HCopyRecord (Example)
Usage example of the HCopyRecord function
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Events associated with Link controls
List of events associated with Link controls...
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Google constants
List of constants used by the Google functions....
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Generating the RAD pattern
To generate a RAD pattern:...
List of extension attributes
The list of extension attributes ......
Events associated with Calendar controls
List of events associated with Calendar controls...
Filling a Chart control
The data that will be displayed in the Chart control can come from......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....