ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
FullName (Property)
The FullName property is used to get the full name of an element.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
MatDelete (Example)
Usage example of the MatDelete function
Time (Type of variable)
The Time type is used to easily handle the times...
GridlinesVisible (Property)
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
WorksheetName (Property)
The WorksheetName property is used to get and change the name of a worksheet in an XLS document.
Movable (Property)
The Movable property is used to define if an element can be moved.
GetActiveObject (Example)
Usage example of the GetActiveObject function
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
fDriveInfo (Example)
Usage example of the fDriveInfo function
MatTranspose (Example)
Usage example of the MatTranspose function
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
11. Window templates
WINDEV Mobile allows you to create window templates....
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
fRead (Example)
Usage example of the fRead function