ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
CommandLine
The CommandLine keyword can correspond to...
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
fReadLine (Example)
Usage example of the fReadLine function
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
DomoOpen (Function)
Used to establish a connection with a X10 interface.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
XMLDocument (Function)
Creates a new XML document.
Locking data files: correspondence between WINDEV 5.5 and the later versions
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.