ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
The HTML Display control
The HTML Display control displays a web page in an application......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Copying controls from the page editor
The controls can be copied from the page editor......
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
fUnlock (Function)
Entirely or partially unlocks an external file.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
Private Store for WINDEV applications
Versions 27 and later include a Private Store......