ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window...
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control.
Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll.
Internal window functions
The following functions are used to manage "Internal windows" controls...
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls
Custom properties (WLanguage)
A custom property is a code element with two events...
Events associated with internal windows
List of events associated with internal windows
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements...
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control.
Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window:
  • Width of the internal window.
  • Height of the internal window.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
Reset (Function)
Reinitializes:
  • all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows).
  • the controls found in a group of controls, a supercontrol, an internal window or an internal page.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
fDir (Function)
Finds a file or directory.
HTTP functions
List of HTTP functions...
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Spreadsheet>.Freeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
Programming the table cells
The Table controls can be handled......
SocketRead (Function)
Retrieves a message sent by another socket.
Source Code Manager (SCM)
...L'administrateur du GDS (Gestionnaire de sources) propose certains outils spécifiques pour l'administration de la base de sources......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Compilation options (HLP format)
fShortName (Function)
Returns the short name of a file or directory.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
<Looper>.EndFilling (Function)
Ends the process to populate a Looper control programmatically.
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
SQLLast (Function)
Sets the position on the last row of the query result.
String functions
List of functions for managing character strings...
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
fStopCompress (Function)
Stops the operation used to compress or decompress a file.