ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom properties (WLanguage)
A custom property is a code element with two events...
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
Page templates
WEBDEV allows you to create page templates...
Report based on a query
Queries are used to easily select records in one or more data files......
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Drop-down button
The drop-down button expands: a context menu. a popup window....
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
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......
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
Error 1054: 'Ancestor' cannot be used outside the code of a class
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
Types of Edit controls
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
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....
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
TotalRange (Property)
The TotalRange property is used to get and change the total range of data represented by the Range Slider control.
VisibleRange (Property)
The VisibleRange property is used to get and change the width of the Range Slider control track.
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......