ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
Using batch processing in multiple projects
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
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...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
DDEExecute (Function)
Sends a command that will be run on the server.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
RedisPipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
MCIRetrieve (Function)
Returns the last result of the MCI command run by MCIExecute.
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
ERR_NO_TABLE
DomoSend (Function)
Sends a command to one or more electrical devices compatible with the X10 protocol.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
1
5
6
7
8
9
226
>