ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.MoveList (Function)
Moves a list in a Kanban control.
KanbanInsertList (Function)
Inserts a list in a Kanban control.
KanbanMoveList (Function)
Moves a list in a Kanban control.
KanbanMoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.DeleteList (Function)
Deletes a list from a Kanban control.
SilverLight control properties
List of properties associated with the SilverLight control...
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
<Spreadsheet>.StyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.