ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Beep (External language)
Used to emit a beep on the speaker of the computer.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
LCommand (External language)
Returns the command line passed in parameter to the executable program.
Message (External language)
Displays a message in the status bar.
Get (External language)
Retrieves the value of a control.
WavPlay (External language)
Plays the requested sound.
Voice commands in your applications
The applications that you develop can react to the user's voice......
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
SysIconBadge (Function)
Returns or modifies the value displayed in the badge associated with the icon of an iOS or Universal Windows 10 App application.
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
<Table>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
13. External component in practice
External component in practice...