ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PDFToText (Function)
Extract the text contained in an Document PDF.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Val (Function)
Returns the numeric value of a character string.
fDir (Function)
Finds a file or directory.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Apply (Function)
Executes a procedure for each element of a WLanguage array.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
SQLChangeConnection (Function)
Modifies the current connection.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.
sfEmptyRecycleBinResult (Variable type)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
RGB (Function)
Defines a color from its Red, Green and Blue components.