ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
Format (Property)
The Format property is used to define the data format of a data file.
Image (Property)
The Image property gets and sets the background image of a control or block.
IncomingData (Property)
The IncomingData property gets and sets the type of data received by the stream.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
MCIHeight (Function)
Returns the height (in pixels) of a media file used to display images.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
MCITrack (Function)
Returns the current track of a media file previously opened (MCIOpen).
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).