ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Overview
Overview of the different operators...
5. Project configuration
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
Examples for using the OLE DB provider for HFSQL
Check: Sending an email
The monitoring robot will......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Error 121: Shadowing a structure
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
Warning 124: Shadowing a global variable
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Error 107: Redefinition of the parameter
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Warning 12: The label is unused
Events associated with an infinite Progress Bar control
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.