ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
SQLModify (Example)
Usage example of the SQLModify function
fDecrypt (Example)
Usage example of the fDecrypt function
fDir (Example)
Usage example of the fDir function
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
JavaExecute (Example)
Usage example of the JavaExecute function
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
Size (Property)
The Size property is used to determine and change the size of an element.
Constants for managing contact functions
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Automatic error handling
Error handling can be customized for each process......
<Image>.Rotation (Function)
Rotates an Image control.
PageParameter (Example)
Usage example of the PageParameter function
fReadLine (Example)
Usage example of the fReadLine function
fSize (Example)
Usage example of the fSize function