ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
<ftpConnection variable>.RenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
<ftpConnection variable>.GetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
FTPDeconnecte_objetftpConnexion (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
HSecurityPolicyUnlockAccount (Function)
Unlocks a user account that has been locked due too many unsuccessful login attempts. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
<Connection variable>.SecurityPolicyUnlockAccount (Function)
Unlocks a user account that has been locked due too many unsuccessful login attempts. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
<ftpConnection variable>.CurrentDir (Function)
Gets or sets the current directory on an FTP server (File Transfer Protocol). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
<Image variable>.Resize (Function)
Resizes an image in an Image variable.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
HReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server table (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
Bitwise operators
The operations on binary values are performed......