ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
DownloadParameter (Variable type)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a table, query, etc....
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Extension (Property)
The Extension property is used to: get the extension of a table defined in the data model editor or programmatically. define the extension of a file (when the file is described through programming only)....
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......