ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
<fbSession variable>.GetUserInformation (Function)
Gets the Facebook information of the connected user.
<mqttSession variable>.Subscribe (Function)
Used to subscribe to a MQTT notification.
<mqttSession variable>.Unsubscribe (Function)
Allows you to unsubscribe from a MQTT notification.
<mqttSession variable>.UnsubscribeAll (Function)
Allows you to unsubscribe from all the existing subscriptions.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
<Connection variable>.RSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
Random (Function)
Returns a random number.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
Functions for managing the Word Processing control (prefix syntax)
The following functions are used to manage Word Processing controls:...
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
DocSelect (Function)
Selects a fragment in a Word Processing control.
<Map>.DeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
NetCloseRemoteAccess (Function)
Closes the line that was opened by NetOpenRemoteAccess.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
CertificateExtract (Function)
Extracts a certificate from a signature buffer or from a print duplicate.
iCalendarToAppointment (Function)
Lists the appointments described in a character string in iCalendar format.
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.