ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
List,Count (External language)
Returns the number of elements found in a list.
Error 19: The step of this FOR loop must be constant
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
NetDisconnect (Function)
Disconnects from an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
Error 303: ambiguous control name
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
9. Sharing a project in practice
Sharing a project in practice...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Handling a WinForm .Net control through programming