ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<Looper>.Display (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Handling Gantt Chart controls programmatically
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
10. Embedded queries
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
<Source>.MigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
Data model editor: types of links
Several types of links can be found between the files......