ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
Error 531: The negative or null subscripts are not allowed
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
WINDEV Mobile 2024: New features in this version
Here are the new features that you will discover in this version......
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
Telephony functions
List of telephony functions...
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
<Page>.OpenChild (Function)
Opens a non-modal child window.
<Source>.LogRecreate (Function)
Used to re-create an empty log.
HLogRecreate (Function)
Used to re-create an empty log.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Installing the HFSQL Server module
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
<Array>.Reverse (Function)
Reverses the content of a one-dimensional array.