ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data persistence
The data persistence is used to store the value typed by the user......
18. Secure payment
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
Automatic error handling
Error handling can be customized for each process......
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.DrawTextRTF (Function)
Draws an RTF text in a picLayer variable.
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
SQLChangeConnection (Function)
Modifies the current connection.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
HFSQL properties
List of HFSQL properties...
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......