ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Other operators
The following are additional operators......
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
fShortPath (Function)
Returns the full short path of a file or directory.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Defining clickable areas
In a page, an Image control can contain clickable areas......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
grImageSize (Function)
Defines the size of the image containing the chart.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.