ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Manager of automated tests
The test manager is used to......
Constants for the archiving functions
List of constants used by the archiving functions....
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
PageDisplay (Function)
Displays a web page in the user's browser....
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Animation (Property)
The Animation property animates an image.
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
The OLE control
The OLE control is used to handle an OLE object......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...