ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
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.
Assignment operators
Three assignment operators are available...
<Source>.Reset (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.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
DocUndoCount (Function)
Returns the number of actions that can be undone on a document.
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
Management of MQTT (prefix syntax)
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images...
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting...
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function...
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one...
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via...
KanbanMoveCard (Function)
Moves a card in a Kanban control.
SaaSAdminModifyClient (Function)
Modifies a SaaS client account.
SaaSAdminAddClient (Function)
Adds a SaaS client account.