ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
zipExtractPath (Example)
Usage example of the zipExtractPath function
Phone management functions
List of functions for phone management...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Title (Property)
The Title property is used to get and change the title of an element.
GetDefinition (Function)
Retrieves the definition of element type.
Error 1017: The method is not global: use: to access it
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
Aliases on data files: HAlias
The aliases are used to handle......
Creating user accounts
A User account allows the server administrator to......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
HDFS constants
The following constants are used by the HDFS functions:...
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....