ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
10. Smart controls
Smart controls...
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......