ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
New (Reserved word)
New is used to allocate memory space...
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
ERR_ALREADYCONNECTED
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
DownloadAdd (Function)
Adds a new download in the device's download manager....
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
<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.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
iCloudKeyValueRead (Function)
Reads the value of a key in an Apple iCloud-based container of "key-value" pairs.