ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
TreeGiveChild (Function)
Returns the "children" of an element found 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.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper 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.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
KanbanCount (Function)
Returns the number of cards or lists in a Kanban control.
Scrollbar control properties
List of properties associated with the Scrollbar control...
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Automatic documentation of external components
External components must include a technical documentation......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
Managing parallel tasks
The computers are becoming more and more powerful......
GDI+ framework
Some WINDEV features use the GDI+ framework......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
27. Center or anchor a site horizontally