ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
ImageInitialHeight (Property)
The ImageInitialHeight property is used to get and set the default height of the image created in an Image Editor control.
ImageInitialWidth (Property)
The ImageInitialWidth property is used to get and set the default width of the image created in an Image Editor control.
ERR_DISCONNECTED_TIMEOUT
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
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......
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
GDI+ framework
Some WINDEV features use the GDI+ framework......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image>.VerticalSymmetry (Function)
Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect to a vertical axis).