ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
xlsVersion (Function)
Returns the Excel version that was used to save the file.
Bluetooth functions
List of Bluetooth functions...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
MenuDelete (Function)
Deletes a menu or a menu option.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.