ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
The OLE control
The OLE control is used to handle an OLE object......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
MatWrite (Function)
Writes an element into a matrix.
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
Error 42: Label out of scope of GOTO
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Resizing a window (AAF)