ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
DurationToString (Function)
Converts a duration to a character string in the specified format.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
State (Property)
The State property is used to get and change the state of an element.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
WordCount (Function)
Returns the number of words in a string.
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Assignment of RETURN
The return value of the process currently run can be assigned...
TimeToInteger (Function)
Converts a time to an integer.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Right (Function)
Extracts the last characters from a string or string buffer.
MySelf (Reserved word)
MySelf is used to handle the current control...