ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Image (Property)
The Image property gets and sets the background image of a control or block.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
OLEActivate (Function)
Edits an OLE object contained in an OLE control.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
<Kanban>.Count (Function)
Returns the number of cards or lists in a Kanban control.
<Spreadsheet>.UnmergeCell (Function)
Unmerges the specified or selected cell in a Spreadsheet control.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
SpreadsheetUnmergeCell (Function)
Unmerges the specified or selected cell in a Spreadsheet control.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......