ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
PDF Reader control events
Events associated with a Switch control
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
fCompress (Function)
Compresses a file.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
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....
Runtime log
The runtime log is the best way to identify the most used features of an application......
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
11. User Macro-Code: UMC in practice
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
iParameter (Function)
Retrieves the printer configuration and configures the print.
RegistryValueType (Function)
Returns the type of value found in the registry.
Voice commands in your applications
The applications that you develop can react to the user's voice......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Environment of the report editor
Environment of the report editor...
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
SQLExec (Function)
Names and runs an SQL query.