ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HTMLExecuteControlProcess (Function)
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.