ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
How to open a window?
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Creating and handling an item
The main operations that can be performed on an item are as follows......
Find/Replace in the current project
The "Find/Replace" feature is used to......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Programming custom calculations in Table controls