ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
ftpConnection (Variable type)
The ftpConnection type is used to define all the advanced characteristics of an FTP connection.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
HMode (Function)
Changes the mode and the method for locking tables.
Error 31: The file to include is not found. Check the name and path ...
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Associative array (Variable type)
An associative array is an "advanced" type of array...
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
PreviousPage (Function)
Returns the name of the previous page.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.