ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
ComponentInfo (Function)
Returns information about a component.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
HCheckStructure (Function)
Defines the mode for comparing data files.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.