ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
The Image Editor control (WEBDEV)
The Image Editor control lets users create and edit images or photos in a website......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Native Sybase Connector for WINDEV and WEBDEV 2024
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
5. User Groupware in practice
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
Managing spatial data in HFSQL databases
Starting with version 2024, you can store and manipulate geometric and geographic data in HFSQL databases......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google uses an XML file named "Sitemap" (if it is available)......
iInitReportVerso (Function)
Initializes the parameters of a report to be printed on the verso side of another report.
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......