ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NbReceived (Property)
Returns the number of parameters actually received by a procedure.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
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.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
Max (Function)
Returns the greatest value passed as parameter.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
Conversion (Function)
Converts a value from a unit to another one.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
Truncate (Function)
Truncates the right part of a string or buffer.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
dbgLogStatus (Function)
Returns and modifies the status of runtime log.
dbgAuditOption (Function)
Retrieves or modifies the options of the dynamic audit.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.