ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

apDisableAction (Function)
Disables the execution of an action found in an action plan.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Reports & Queries: New features in this version
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Advanced types
The advanced types of WLanguage are as follows...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
apExecute (Function)
Runs an action plan.
Width (Property)
The Width property is used to determine and change the width of an element.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
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....
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Using an external component in an application
A component can be reused at any time in any application......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.