ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLReqExists (Function)
Checks the existence of a query.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
iPrintReport (Function)
Prints a report created with the report editor.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
XMLPath (Function)
Returns the current position in the document in XPATH format.
EXE constants
List of constants used by the functions for managing executables....
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
fSeek (Function)
Gets and sets current position in an external file.
fSize (Function)
Returns the size of a file (in bytes).
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.