ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Format of the content in the text file
The text files created by WDMSG use a specific format...
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several...
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple...
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
5. User Groupware in practice
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages...
Creating the Vision pages of the WEBDEV RAD pattern
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Constants used by the scanner functions
Constants used by the scanner functions...
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server,...
HDelete (Function)
Deletes a record from a data file (query or view).
Input (Function)
Displays a message allowing the user to type an information.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......