ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Chart>.TimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control.
Line (Property)
The Line property is used to define the line style used.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control.
<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.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
iCurrentFile (Function)
Returns the name of the file currently generated.
8. Traffic statistics of dynamic sites
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.