ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
<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.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
TimeValid (Function)
Checks the time validity.
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.
ThreadRequestStop (Function)
Sends a stop request to a thread.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
HRecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
RedisExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.