ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
FileDisplay (Example)
Usage example of the FileDisplay function
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
StartDate (Property)
The StartDate property gets and sets the start date of a time period.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
EndDate (Property)
The EndDate property gets and sets the end date of a time period.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Variable scope
Variables can be declared anywhere in the code....
WidgetDisplay (Function)
Refreshes a widget window.