ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<PDF Reader>.SeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
<Source>.ActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
<Source>.DeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
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......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
HFSQL Client/Server: Configuring the server
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
SourcePage (Property)
The SourcePage is used to identify the source of an internal page (i.e. the internal page displayed by an Internal Page control).
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.