ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
fCompress (Function)
Compresses a file.
grGridlines (Function)
Displays or hides the chart gridlines.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
grDestinationControl (Function)
Defines an Image control as destination of a chart.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Page constants
List of constants used by page functions....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......