ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ...
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
RegistryRename (Function)
Renames a key in the registry.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Events associated with Chart controls
List of events associated with the Chart controls...
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
CertificateSignString (Function)
Creates the signature of a character string.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....