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.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HiWord (Function)
Returns the two high bytes of an integer.
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
EndTimer (Function)
Ends the execution of a timer triggered by Timer.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Wait (Function)
Temporarily stops the program execution.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.