ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Recompiling the project
The project compilation is a process used to......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
grColor (Function)
Returns and initializes the color of different chart elements.
Browser constants
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Merging differences (SCM)
Help editor options
The options of the help editor ("Display......
fMoveFile (Function)
Moves a file from one directory to another.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
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....
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.
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....