ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProjectInfo (Function)
Returns specific information about the project currently run.
Email (Property)
The Email property is used to get and change an email address.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Error 202: The method already has an access attribute (public, protected or private)
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Language (Property)
The Language property is used to get and change the language used.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Handling a WinForm .Net control through programming
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Commands of the external interface
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
UUDecode (Function)
Decodes a character string in UUEncode format.
ShellExecute (Function)
Opens a document in its associated application.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
WordCount (Function)
Returns the number of words in a string.