ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
MySelf (Reserved word)
MySelf is used to handle the current control...
<Source>.State (Function)
Used to find out the state of a record.
LinkedKey (Property)
The LinkedKey property sets the characteristics of a link.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
Calendar functions (prefix syntax)
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
Sensitivity (Property)
The Sensitivity property gets and sets the sensitivity level of an email.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
Android Widget windows
An Android application can contain one or more Widget windows......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......