ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
MyWindow (Reserved word)
MyWindow is used to handle the current window...
dbgEnableLog (Function)
Enables the runtime log programmatically.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
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....
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Text (Property)
The Text property is used to get and modify text.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
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....
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....
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....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....