ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Table HTML
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
13. Types of standard controls
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
8. If you are already familiar with WINDEV
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Creating a table in a report
Tables can be created in a report......