ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

X (Property)
The X property is used to get and change the X-coordinate of an element.
Find/Replace in the current project
The "Find/Replace" feature is used to......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
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....
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
UploadCopyFile (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....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
WINDEV and OPC
OPC stands for "OLE for Process Control"......
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
VariantConvert (Function)
Converts the value stored in a Variant variable].
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Operator on Address
The & operator returns the address of a variable as an integer
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
WDDIXIO overview
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.