ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Rights on the virtual directory
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Properties associated with the tab pane
A tab pane can be manipulated in WLanguage in a window or a page with the following properties......
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
grDeleteSeries (Function)
Deletes a data series from a chart.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Link control properties
The Link control is available in a page and in a report......
Configuring an application with User Groupware
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Edit control
The Edit control allows users to enter data......
FTPName (Function)
Returns the name of the last file accessed by an FTP function.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HChangeConnection (Example)
Usage example of the HChangeConnection function