ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.
AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
WDHFDiff - Use
WDHFDiff is used to compare......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Creating and handling an item
The main operations that can be performed on an item are as follows......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
MandatoryInputMessage (Property)
The MandatoryInputMessage property is used to identify and set the message that will be displayed if the control is left empty (when the MandatoryInput property is enabled).
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
<WBAdminAuth variable>.DeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.