ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
UUDecode (Function)
Decodes a character string in UUEncode format.
CurrentYear (Function)
Returns the current year in integer format.
TimeToString (Function)
Converts a time to a string in the specified format.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
TextToRTF (Function)
Converts text to Rich Text Format.
<Document variable>.Print (Function)
Prints the content of a Document in "docx" format.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
9. Application menus
Menus are displayed in different ways......
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Container column in a Table control
A cell found in a Table control can contain a set of controls......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
HTTP functions (prefix syntax)
List of HTTP functions...
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
The Spreadsheet control
Spreadsheets are one of the most used office tools......
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.