ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
25. Performing a process on several successive pages
Performing a process on several successive pages...
MyReport (Reserved word)
MyReport is used to handle the current report...
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
Google document management functions
List of functions for managing Google documents...
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
Saving entered data (AAF)
URL Rewriting
URL Rewriting is a technique used to improve SEO......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
iParameterViewer (Function)
Configures the report viewer.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Declaring and using a variable
A variable is defined by name and type......
API (Function)
Runs a function found in an external DLL.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....