ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different copy modes
Two different copy modes are proposed by WDTRAD...
CurrentDay( Function)
Returns the number of the current day in the current month.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
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....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Iconize (Function)
Minimizes a WINDEV window.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
Border of controls
One of the most important elements of control style is its border......
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
Document (Type of variable)
The Document type is used to handle a "docx" document.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Installing a SOAP server with IIS
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.