ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Multimedia>.Duration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
<Multimedia>.Volume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
MCITrackCount (Function)
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Managing assertions
...The main available features are as follows:...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Translating a text file with WDTRAD
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......