ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Starting WDOptimizer in a command line
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Commands of the external interface
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
SysGetExtLink (Function)
Returns the command linked to an extension.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
<mongoDatabase variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB database.
<mongoCollection variable>.ExecuteCommand (Function)
Runs a generic command on a MongoDB collection.
DDEExecute (Function)
Sends a command that will be run on the server.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
FTPCommand (Function)
Sends a specific FTP command to a server.
RGBBlue (Function)
Returns the blue component of an RGB color.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
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.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
RedisPipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
LCommand (External language)
Returns the command line passed in parameter to the executable program.
1
2
3
4
5
6
19
>