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.
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Connection variable>.ListScheduledBackup (Function)
Lists the full and differential backups that have been scheduled on HFSQL Client/Server....
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
19. Upload: Sending files to the server
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
".STY" file: "Style sheet" file
A style sheet is a "......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
SpreadsheetAddData (Function)
Adds a data into a Spreadsheet control found in a window.