ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
Mask functions
The following functions are used to manage masks...
Passing parameters
The parameters can be passed to a procedure......
Events associated with internal windows
List of events associated with internal windows...
Service constants
List of constants used by the functions for managing services....
Creating a window skin template
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
fRename (Function)
Modifies the name of a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
GanttAddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
DDEString (Example)
Usage example of the DDEString function
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Software license agreement
WINDEV Express license agreement...
Ribbon (Property)
The Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls).
MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
How to create a menu?
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......