ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Crosstab report
The report editor allows you to create "Crosstab" reports......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
fRename (Example)
Usage example of the fRename function
HAdd (Example)
Usage example of the HAdd function
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
HDeclare (Example)
Usage example of the HDeclare function
fClose (Example)
Usage example of the fClose function
Options of the window editor
To configure the general options of the window editor......
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
fUncompress (Example)
Usage example of the fUncompress function
HChangeName (Example)
Usage example of the HChangeName function
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
SQLTransaction (Example)
Usage example of the SQLTransaction function
fWrite (Example)
Usage example of the fWrite function
zipExtractPath (Example)
Usage example of the zipExtractPath function
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....