ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Count (External language)
Returns the number of elements in a Table control.
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector 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....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Table,Insert (External language)
Inserts an element into a table at a given position.
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
Data source (Example)
Usage example of the Data source type
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
BreakAdd (Function)
Adds a break into a Table or Looper control.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
<Document variable>.ToHTML (Function)
Converts a Document variable into an HTML file.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
<Table>.EnumBreak (Function)
Enumerates the breaks found in a Table control.
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
<Html>.Navigate (Function)
Starts navigation in an HTML Display control.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.