ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constants for external files
List of constants used by the functions for managing external files....
Browser constants
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Report based on a query
Queries are used to easily select records in one or more tables......
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Sending elements to Free Technical Support
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
dbgInfo (Function)
Returns a debug information.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
2. Projects in practice
Discover the main operations that can be performed on a project....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Crosstab report
The report editor allows you to create "Crosstab" reports......
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
Component (Property)
The Component property configures the different components of a composite key.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......