ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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...
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window...
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls
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.
Events associated with internal windows
List of events associated with internal windows
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.
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.
Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements...
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
fUncompress (Example)
Usage example of the fUncompress function
HMergeView (Example)
Usage example of the HMergeView function
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
HChangeName (Example)
Usage example of the HChangeName function
fDelete (Example)
Usage example of the fDelete function
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
10. Customizing the aspect of a site: skin elements
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Version (Property)
The Version property is used to get and change the version of an element.
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
sEndEvent (Function)
Disables the detection of an event on a serial port.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...