ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Format (Property)
The Format property is used to define the data format of a data file.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
<Page>.OpenChild (Function)
Opens a non-modal child window.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Reports
A report provides a custom view of data......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Various WEBDEV constants
Various WEBDEV constants...
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
PageFooter (Property)
The PageFooter property gets and sets the height of a page footer.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.