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.
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.
dCopyImage (Example)
Usage example of the dCopyImage function
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
Manipulating a Layout control programmatically
A Layout control can be......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
TimeToString (Function)
Converts a time to a string in the specified format.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
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)....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......