ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
IWListPosition (Function)
Displays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
14. Controls in practice
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Using .NET assemblies in a project
To use .NET assemblies in a project......
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Text (Property)
The Text property is used to get and modify text.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......