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.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Spreadsheet functions
The following functions are used to handle the Spreadsheet control:...
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
<xlsDocument variable>.GetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
xlsGetMerge (Function)
Determines if a cell is merged with other cells and gets the merged cell range.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
<Spreadsheet>.GetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
SpreadsheetAddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
Cell (Property)
The Cell property is used to manipulate one or more cells.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Handling controls in a report
The different operations available for the report controls are as follows......
gClickableLink (Function)
Adds a clickable link in a graphic string.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
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....
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
The planes in WEBDEV
The planes are used to group the controls of an element......
1
4
5
6
7
8
239
>