ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
<hdfsConnection variable>.Delete (Function)
Deletes a file or directory from a Hadoop server.
<sfConnection variable>.Modify (Function)
Modifies the records of a file defined in Salesforce.
<Multimedia>.Play (Function)
Plays a multimedia file in a Multimedia control.
<Source>.EndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
<Source>.SetLog (Function)
Enables or disables log management on a file.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
hdfsDelete (Function)
Deletes a file or directory from a Hadoop server.
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
GanttDeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Gantt chart>.AddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteAll (Function)
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
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....
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.