ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
sEndEvent (Function)
Disables the detection of an event on a serial port.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.....
StringInsert (Function)
Inserts a string into another character string at a given position.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
Mouse functions
List of functions for mouse management...
EventCreate (Function)
Creates an event.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
Visible (Property)
The Visible property sets the visibility of an element.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
TextToRTF (Function)
Converts text to Rich Text Format.