ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.SecurityPolicyCheck (Function)
Checks that each user accounts complies with the password security policy associated with the HFSQL server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
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.
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<Connection variable>.SecurityPolicyGet (Function)
Gets the security policy of an HFSQL server. This new function is available from version 2025 Update 3....
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.
<Connection variable>.SecurityPolicySet (Function)
Sets the password security policy of an HFSQL server. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<sshSession variable>.ConnectCommand (Function)
Keeps the SSH session active between several commands sent to an SSH server (using the SSHCommand function). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<sshSession variable>.DisconnectCommand (Function)
Stops the SSH session that was active to send a series of commands. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<sshSession variable>.Command (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
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 bound to a table or use an in-memory data source. 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....
BCToImage (Function)
Generates the image of a bar code.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
GPSLastPosition (Function)
Retrieves the information about the last known device position.
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......