ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
<Map>.DeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
USING IN (Critical section)
The instruction USE ... IN instruction automatically performs initialization and termination operations on critical sections.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.
<Variable sshSession>Command (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Installing a SOAP server with Netscape iPlanet 4.1
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).