ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
MatTranspose (Function)
Calculates the transposed matrix.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
NetworkConnect (Function)
Associates a drive with a shared network directory.
MatMultiply (Function)
Multiplies two matrices.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
HState (Function)
Used to find out the state of a record.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
TextToRTF (Function)
Converts text to Rich Text Format.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
TimeToString (Function)
Converts a time to a string in the specified format.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.