ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
Progress Bar control properties
List of properties associated with the Progress Bar control...
8. Windows in practice
Discover the main actions that can be performed on the windows....
Programming an indexed control
Error 111: The Pascal string %1 is too long
Error 803: Return and Result cannot be used in the same process
Error 34: 'Break' is not allowed outside the loops
Error 28: No END statement is associated with this SWITCH
Error 1048: The inheritance is not allowed in a composite variable
Error 531: The negative or null subscripts are not allowed
Error 1033: The access directives are not allowed in a structure
Error 706: The property does not exist on this type of control
Error 201: The method already has a virtual attribute
Error 24: No END statement is associated with this LOOP
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
InWindowsPhoneMode (Function)
Indicates whether the code is run in Windows Phone mode. Function kept for backward compatibility....
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.