ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
Truncate (Function)
Truncates the right part of a string or buffer.
xBase/FoxPro Native Access: Features and notes
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Sorts in a report
The sort is used to organize the information displayed in the report......
Materialized view
...A materialized view is a physical data source defined by an SQL query....
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
DayOfMonth (Property)
The DayOfMonth property gets and sets the number of the day of the month on which the scheduled task should be executed.
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
iListPrinter (Function)
Returns the list of printers installed on the current computer.
XMLPath (Function)
Returns the current position in the document in XPATH format.
Composite keys
A composite key is a key item containing several other items......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.