ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
iParameterPDF (Function)
Defines the options for the generated PDF file.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Constants for manging the replication
List of constants used by the functions for managing the replication....
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
ThreadPause (Function)
Pauses the current thread during the specified duration.
Creating the Relation windows of a WINDEV RAD pattern
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
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).
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
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......