ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
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.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
ComponentInfo (Function)
Returns information about a component.
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.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....