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.
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
fChangeExtension (Function)
Changes the extension of a file on disk.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
fTrackStop (Function)
Stops monitoring a file or directory.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
SQLReqExists (Function)
Checks the existence of a query.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
fLongPath (Function)
Returns the full long path of a file or directory.
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.
fShortPath (Function)
Returns the full short path of a file or directory.
SQLChangeConnection (Function)
Modifies the current connection.