ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. Internal component
Internal component...
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Typing multilingual texts
For a multilingual application, you have the ability to......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Error 1054: 'Ancestor' cannot be used outside the code of a class
SNMPCloseSession (Function)
Closes an SNMP session.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
ModbusDisconnect (Function)
Closes the Modbus session.
<modbusSession>.Disconnect (Function)
Closes the Modbus session.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
ContextClose (Function)
Closes a page context.
MCIClose (Function)
Closes a media file.
HCloseAnalysis (Function)
Closes the current analysis.
HCloseConnection (Function)
Closes a connection to a database.
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Reloading a document
To reload a document, ......
Repairing the project
In some cases, "Project......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......