ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
ProcedureTrace (Property)
The ProcedureTrace property allows you to specify the name of the WLanguage procedure used to get the headers and data sent.
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
DriveDeleteDirectory (Function)
Deletes a directory and its files from a remote drive.
GglGetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
iPrintBlock (Function)
Forces a report block to print.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
zipSelectFile (Function)
Selects files from an archive.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
InputType (Property)
The TypeSaisie property lets you know or modify the type of input allowed by a field: Duration, Date, Numerical, ...
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....