ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
MenuIsMarked (Example)
Usage example of the MenuIsMarked function
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Compilation options (chm format)
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Installing a Webservice (old format)
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
fRead (Example)
Usage example of the fRead function
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.