ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
3-tier architecture
The development in "3-tier" architecture is now simplified......
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
Handling controls in a report
The different operations available for the report controls are as follows......
TimePicker (Function)
Opens the system time picker.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
19. Sending emails
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
3. UML models in practice
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
OpenChild (Function)
Opens a non-modal child window.
gpwCheckUser (Function)
Checks the existence and validity of the password for a user of the user groupware.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....