ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
zipDeleteFile (Function)
Deletes a file from an archive.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
12. Available tests
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
fLongName (Example)
Usage example of the fLongName function
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.