ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
FilePath (Property)
The FilePath property gets the name of the file associated with a control.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
The Upload control
The Upload control is used to upload files on the Web server......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
The different types of integers
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
4. When to use the debugger?
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
HDelete (Function)
Deletes a record from a data file (query or view).
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Extern (Reserved word)
EXTERN is used to...