ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the Cell control field
Fonctions de gestion de l'exécution des commandes en mode console.
<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.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
CellDisplayDialog (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.
The Cell control
The Cell control contains controls...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
4. Dedicated server or shared server?
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
Events associated with internal windows
List of events associated with internal windows...
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
DocDelete (Function)
Deletes an element from a document. This element is deleted from its associated document.
TableMode (Function)
TableMode is kept for backward compatibility.
BCToImage (Function)
Generates the image of a bar code.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Image with automatic scroll (WEBDEV) (prefix syntax)
Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
Handling report blocks
The different operations available on report blocks are as follows......
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
<TreeView>.InfoXY (Function)
Returns the TreeView element found at a given position.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
<Table>.SortedColumn (Function)
Returns the list of sorted columns found in a table.
Camera/Video functions (prefix syntax)