ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
DisplayOrphan (Property)
The property AfficheOrphelin property allows you to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
ToastDisplay (Function)
Displays a "Toast" message.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....