ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
MyParent (Reserved word)
MyParent is used to handle...
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Managing assertions
...The main available features are as follows:...
Report editor: Available types of reports
Several types of reports can be created in the report editor......
grParameter (Function)
Retrieves or modifies a chart parameter.
Creating the link buttons in the windows of a WINDEV RAD pattern
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Events associated with a Gantt Chart column
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Open (Function)
Opens a modal WINDEV window.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
SOAPRun (Function)
Runs a procedure on a SOAP server.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.