ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Xaml functions
List of Xaml functions
<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language...
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Error 13: The label already exists
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
IndentLineDetails (Property)
The IndentLineDetails property is used to get or change the value of the left indent of the internal window that shows the details of a row of a Table control.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
15. Repeating a group of controls: loopers
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Events associated with Table controls
List of events associated with Table controls...
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......