ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom properties (WLanguage)
A custom property is a code element with two events...
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
Page templates
WEBDEV allows you to create page templates...
dLine (Example)
Usage example of the dLine function
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
dFont (Example)
Usage example of the dFont function
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
dRectangle (Example)
Usage example of the dRectangle function
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
dCircle (Example)
Usage example of the dCircle function
ColorPalette (Function)
Returns a color found in the current palette.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
Events associated with Tab controls
List of events associated with Tab controls...
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
TableInfoXY (Example)
Usage example of the TableInfoXY function
iForceComplement (Function)
Forces the printing of a Body Complement block.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
dBackground (Example)
Usage example of the dBackground function
dPolygon (Example)
Usage example of the dPolygon function
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.