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...
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Events associated with the Cell control field
The Zoom property gets and sets the zoom to be applied to an element.
The Cell control
The Cell control contains controls...
<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.
<Map>.AddItinerary (Function)
Adds an itinerary onto a Map control.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Image Editor>.Open (Function)
Opens an image in an Image Editor control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
<Radio button>.Delete (Function)
Deletes an option from a Radio Button control.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
SpreadsheetReplace (Function)
Finds and replaces a value in a Spreadsheet control.
<Captcha>.Display (Function)
Displays a new Captcha in a Captcha control.
<Organizer>.AddAppointment (Function)
Adds a new appointment to an Organizer control.
<Calendar>.Position (Function)
Returns the month displayed in a Calendar control.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
<Toolbar>.Position (Function)
Indicates the display mode of a Toolbar control.
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
PicOpen (Function)
Opens an image in an Image Editor control.
PicCreate (Function)
Creates an image in the Image Editor control.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
<Looper>.SearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
<Looper>.ExpandAll (Function)
Expands all breaks in a Looper control with break.
<Looper>.CollapseAll (Function)
Collapses all expanded breaks in a Looper control.
<Looper>.Count (Function)
Returns the number of rows in a Looper control.
<Looper>.DeleteSelect (Function)
Deletes the selected rows from a Looper control.
<Spreadsheet>.Replace (Function)
Finds and replaces a value in a Spreadsheet control.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.