ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
<Chart>.HMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......