ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
Redis management functions (prefix syntax)
The following functions are used to handle Redis databases, using prefix syntax:...
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.