ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The HTML Display control
The HTML Display control displays a web page in an application......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Android Control Center
Do you know where to find your application log files?...
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Constants for managing character strings
List of constants used by string management functions...
Diagram constants
The following constants are used to manage diagrams:...
fResourceDir (Function)
Returns the path of the read-only resources of the application.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
zipExtractAll (Example)
Usage example of the zipExtractAll function
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
DDEString (Example)
Usage example of the DDEString function
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
zipClose (Example)
Usage example of the zipClose function
Extracting messages added or modified since last extraction
A project was already created and translated......