ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
19. Sending emails
WINDEV 2024 Tutorial - Table of contents
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
<Image>.Rotation (Function)
Rotates an Image control.
HSL (Function)
Creates a color from its hue, saturation and lightness.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
<Page>.FromFile (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
Options of the window editor
To configure the general options of the window editor......
15. Repeating a group of controls: loopers
<Image>.Fill (Function)
Colors an area in an Image control.
Configuring the setup program
Two tools can be used to create a setup program......
Creating the Table windows of the WINDEV RAD pattern