ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CombinationFromName (Function)
Returns a combination of one or more options known by their names.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
14. Managing the "Back" button in practice
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.