ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Table windows of the WINDEV RAD pattern
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
The different types of integers
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Wait (Function)
Temporarily stops the program execution.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
HCheckStructure (Function)
Defines the mode for comparing data files.
Creating the Table pages of the WEBDEV RAD pattern
Creating the Vision pages of the WEBDEV RAD pattern
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......