ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
HReadSeek (Example)
Usage example of the HReadSeek function
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Number (Property)
The Number property is used to get the number of an element.
Declaration (Property)
The Declaration property is used to define a type.
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Permission (Property)
The Permission keyword is used to get and change permissions.
zipIsMulti (Example)
Usage example of the zipIsMulti function
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
Web Camera control events
The following events appear by default in the WEBDEV code editor:
zipClose (Function)
Closes an archive.
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
SpreadsheetAddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
VideoRequestPermission (Function)
Requests permission to use the device's camera....
CameraRequestPermission (Function)
Requests permission to use the device's camera....
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
Numerical (Property)
Numerical is used to find out whether an item is a numeric item.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
iZoneHeight (Example)
Usage example of the iZoneHeight function
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....