ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. Multiple generation
...Multiple generation...
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
Error 13: The label already exists
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
The use of the Automation type in a site is reserved for the advanced users
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
SysWinTitle (Function)
Returns the title of the window.
SpellCheck (Function)
Indicates whether the spelling of a word is correct (which means whether it is found in the OpenOffice dictionary installed on the computer).
<Source>.Version (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.