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.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
Constants for the geo-localization functions
Constants used by the geo-localization functions...
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
FTPCommand (Function)
Sends a specific FTP command to a server.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Installing a Webservice (old format)
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
GglUploadDocument (Function)
Uploads a document to the Google server.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Constants for managing Map controls
Constants for managing Map controls...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
HOpen (Function)
Opens a data file.
Currencies
A currency is a real coded on 10 bytes....
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.