ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
HTransactionSavepoint (Function)
Declares a transaction savepoint.
How to manage enumerations programmatically?
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
Infinite Progress Bar control
Progress bars provide useful information to the end user......
ActionUndo (Function)
Cancels the last action performed by the end user.
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
iMargin (Function)
Defines the "logical" print margins.
EventClose (Function)
Closes a synchronization event between several threads.
BreakAdd (Function)
Adds a break into a Table or Looper control.
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
grScatterGetDataXY (Function)
Retrieves data from a "Scatter" chart.
2. Managing emails (POP3/IMAP/SMTP)
POP3/IMAP and SMTP are email management protocols recognized by all service providers...
Including the code
You want to include your code lines in a condition, in a structure, ......