ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Error 101: Declaration of global variable not allowed
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Error 1008: The member of the class is protected
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
The planes in WEBDEV
The planes are used to group the controls of an element......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.