ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
Creating the Form pages of a WEBDEV RAD pattern
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
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....
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
dbgEnableLog (Function)
Enables the runtime log programmatically.
Format (Property)
The Format property is used to identify and change the format of an element
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
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....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
iPrintImage (Function)
Sends the image file to print to the print buffer.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
14. Managing the "Back" button in practice
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
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.