ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
SelectedText (Property)
The SelectedText property gets and sets the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
fDirSize (Function)
Returns the size of a directory in bytes.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
HChangeConnection (Example)
Usage example of the HChangeConnection function
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
HMode (Function)
Changes the mode and the method for locking data files.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
WinStatus (Function)
Identifies or modifies the window status.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
fOpenTempFile (Function)
Creates and opens a temporary file.
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFConvertLead (Function)
Converts the leads.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....