ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
11. Controls in practice
Discover the main characteristics of the controls...
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HPrevious (Function)
Positions on the previous file record according to a browse item.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......