ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Compile (Example)
Usage example of the Compile function
Installing a Webservice (old format)
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Starting WDOptimizer in a command line
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EnumSubElement (Example)
Usage example of the EnumSubElement function
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
DDEUnLink (Function)
Interrupts a link between an item and a data.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....