ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Fax constants
List of constants used by the functions for managing faxes....
WEBDEV Application Server 2024
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
HTTPSendForm (Function)
Sends an HTTP form.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Image (Property)
The Image property gets and sets the background image of a control or block.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Constants used by the scanner functions
Constants used by the scanner functions...
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control