ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Functions for managing HTML Display controls (prefix syntax)
List of functions for managing HTML Display controls...
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax)....
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
Outstanding progress bars
Simple or symmetric progress bar?...
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Declaring and using a variable
A variable is defined by name and type......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....