ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query technical documentation
The query editor automatically creates a technical documentation for each query......
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Text (Property)
The Text property is used to get and modify text.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
fDriveInfo (Example)
Usage example of the fDriveInfo function
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
ArrayCopy (Function)
Copies the content of an array to another array.