ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Hasp constants
The Hasp constants are as follows......
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
HRegenerateFile (Function)
Regenerates a data file from its log.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fCreateLink (Function)
Creates a link on a file at the specified location.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
Comparison operators
The comparison operators can be divided into several categories......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.