ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MyPage (Reserved word)
MyPage is used to handle the current page...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays...
13. Security benefit: managing the "Back" button
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Principle of remote check
Handling the report blocks through programming
Each report block is associated with different events......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HOnError (Function)
Customizes the management of HFSQL errors.
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical...
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's...
SendKey (Function)
Simulates the keystrokes and the mouse actions.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......