|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Methods for associating an image with an element in a TreeView control. |
|
|
|
|
|
|
|
| UI compilation errors indicate possible problems detected in your interfaces each time a window, page or report is saved or a project is compiled... |
|
|
|
|
|
|
|
| You can manipulate Rich Text Area controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| List of properties associated with the TreeView Table control |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls. |
|
|
|
|
|
|
|
| The "RTF" (Rich Text Format) control is used to display a formatted character string in your report... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to use... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls. |
|
|
|
|
|
|
|
Automatically initializes the controls of a window with: - the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
The Plane property is used to:- Find out:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Edit:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
|
|
|
|
|
|
|
|
Automatically initializes the controls of a window with: - the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
| You can manipulate columns of Table controls in a window or page using the following WLanguage properties... |
|
|
|
|
|
|
|
| The title of table columns is an important element of Table control... |
|
|
|
|
|
|
|
The Height property gets and sets the height:- of a control or block in a report.
- of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
- of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
- of a break cell in a Table or Looper control.
|
|
|
|
|
|
|
|
The Width property gets and changes the width:- of a control or block in a report.
- of a control (found in a window), window, column found in a table or column found in a list box (including listview).
- of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
|
|
|
|
|
|
|
|
The Type property is used to get:- the type of element (data file or item) defined programmatically or in the data model editor, view or query.
- the type of object.
- the type of data held in a Variant.
|
|
|
|
|
|
|
|
Returns the list of files:- current analysis.
- analyses in progress (projects with multiple analyses).
- a specific analysis recognized by the HFSQL engine.
- available on a connection via a Native Connector or an OLE DB driver.
- for a group of files defined in the data model editor.
|
|
|
|
|
|
|
|
Set focus:- to a control (found in a window, in a page or in a frameset).
- to a window.
|
|
|
|
|
|
|
|
| You can manipulate TreeView controls in windows and pages using WLanguage properties... |
|
|
|
|
|
|
|
| The setup editor WDInst is used to manage the files to install... |
|
|
|
|
|
|
|
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in:- field label Window label.
- the elements of a List Box control.
- the elements of a Combo Box control.
- the values of a column in a Table control.
|
|
|
|
|
|
|
|
| A Multiline Zone control and its rows can be manipulated in a window or page using the following WLanguage properties. |
|
|
|
|
|
|
|
| When used in a web page, Pivot Table controls offer a number of Application Automatic Features (AAF), enabling the user to take full advantage of this type of control... Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4. |
|
|
|
|
|
|
|
| What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
|
| List of properties associated with the RTF control |
|
|
|
|
|
|
|
| List of events associated with pages |
|
|
|
|
|
|
|
| Here are the main points of programming Table fields linked to a data file |
|
|
|
|
|
|
|
| List of properties associated with a window |
|
|
|
|
|
|
|
Automatically updates the controls in a window or page with:- the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor.
- the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
|
|
|
|
|
|
|
|
Automatically updates the controls in a window or page with: - the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
| New features in WEBDEV 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| Displays a value in a control or assigns a value in a variable. |
|
|
|
|
|
|
|
Automatically updates the controls in a window or page with:- the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor.
- the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible). |
|
|
|
|
|
|
|
| Modifies an element (node or leaf) in a TreeView control. |
|
|
|
|
|
|
|
| Here's how to program Table controls linked to a data file. |
|
|
|
|
|
|
|
| The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties... |
|
|
|
|
|
|
|
The ContextMenu property is used to:- Get the custom context menu of a control, window or page.
- Change the custom context menu of a control, window or page (or associate another context menu).
- Customize the system menus of controls by adding options.
|
|
|
|
|
|
|
|
Automatically initializes the controls of a window with: - the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
| Each Gantt Chart control in a window has a default menu that is available to users... |
|
|
|
|
|
|
|
| Bar Code controls can be manipulated using different WLanguage properties... |
|
|
|
|
|
|
|
| The columns are used to display information in a Table control... |
|
|
|
|
|
|
|
| You can manipulate Edit controls in a window, page or report using the following WLanguage properties... |
|
|
|
|
|
|
|
| You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties... |
|
|
|
|
|
|
|
| The "Sites" tab provides information about the dynamic WEBDEV websites installed on the computer... |
|
|
|
|
|
|
|
| What's new in WEBDEV 2025 is presented in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| Modifies an element (node or leaf) in a TreeView control. |
|
|
|
|
|
|
|
| The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page. |
|
|
|
|
|
|
|
| List of properties associated with the reports and their controls |
|
|
|
|
|
|
|
| Several WLanguage properties can be used on the Calendar control found in a window or in a page... |
|
|
|
|
|
|
|
| Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface. |
|
|
|
|
|
|
|
| What's new in WINDEV 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data. |
|
|
|
|
|
|
|
| Moves a row or swaps two rows in a Table control. |
|
|
|
|
|
|
|
| List of constants used by the Automatic Application Features (AAF) functions. |
|
|
|
|
|
|
|
| Moves a row or swaps two rows in a Table control. |
|
|
|
|
|
|
|
| Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Ends the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| You can manipulate HTML controls in a window, page or report using the following WLanguage properties... |
|
|
|
|
|
|
|
| Displays an invalid input error for the specified control. |
|
|
|
|
|
|
|
| Displays a web page in the user's browser. |
|
|
|
|
|
|
|
| WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties... |
|
|
|
|
|
|
|
| Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically... |
|
|
|
|
|
|
|
| WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties... |
|
|
|
|
|
|
|
| List of properties associated with the report controls |
|
|
|
|
|
|
|
| WEBDEV Tutorial - Creating a website with back office processes
Lesson 4 - Adding a product - 50 min |
|
|
|
|
|
|
|
| Remarks and specific features of the Native Oracle Connector |
|
|
|
|
|
|
|
| The "Test results" pane shows the results of the different stand-alone tests in a project... |
|
|
|
|
|
|
|
| WINDEV allows you to manipulate the styles defined for a help system (HLP or CHM file)... |
|
|
|
|
|
|
|
| List of properties associated with the Cell control |
|
|
|
|
|
|
|
| List of properties associated with the Calculated control |
|
|
|
|
|
|
|
| WINDEV Tutorial - Reports and Queries
Distribute Reports and Queries with your applications - 10 min |
|
|
|
|
|
|
|
| A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example... |
|
|
|
|
|
|
|
| Pastes the content of a form stored in the clipboard. |
|
|
|
|
|
|
|
| List of properties associated with the Preset control |
|
|
|
|
|
|
|
| Calls a WLanguage function from an external language. |
|
|
|
|
|
|
|
| Copies the content of a form to the clipboard. |
|
|
|
|
|
|
|
| WDDIXIO is a tool that helps you translate the text of an application... |
|
|
|
|
|
|
|
| New features in WEBDEV 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| Closes the group currently open in a Ribbon control. |
|
|
|
|
|
|
|
| To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options... |
|
|
|
|
|
|
|
| The following text can be extracted... |
|
|
|
|
|
|
|
| WEBDEV Tutorial - User Groupware
User authentication: User Groupware - 20 min |
|
|
|
|
|
|
|
| The queries with parameters allow the user to easily select records according to his own requirements... |
|
|
|
|
|
|
|
| The characteristics of the controls can be viewed and/or changed in... |
|
|
|
|
|
|
|
| You can manipulate Scheduler controls in a window or page using the following WLanguage properties. |
|
|
|
|
|
|
|
| The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities... |
|
|
|
|
|
|
|
| Runs an Automatic Application Feature (AAF) on a control or window. |
|
|
|
|
|
|
|
| You can manipulate Pivot Table controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| List of properties associated with a Static Text control |
|
|
|
|
|
|
|
| The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)... |
|
|
|
|
|
|
|
| You can manipulate TimeLine controls in a window using the following WLanguage properties. |
|
|
|
|
|
|
|
| This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project... |
|
|
|
|
|
|
|
| List of properties associated with windows, pages and controls |
|
|
|
|
|
|
|
| The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements... |
|
|
|
|
|
|
|
| The development of Android and WINDEV Mobile applications is different in the following fields... |
|
|
|
|
|
|
|
| Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory. |
|
|
|
|
|
|
|
| You can manipulate a Spreadsheet controls and their cells in a window or report using the following WLanguage properties... |
|
|
|
|
|
|
|
| New features in WINDEV 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| WINDEV Tutorial - Deploying an application
Creating the executable and the setup program - 30 min |
|
|
|
|
|
|
|
| The following are additional operators... |
|
|
|
|
|
|
|
| User-friendly editors in practice |
|
|
|
|
|
|
|
| List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls. |
|
|
|
|
|
|
|
| Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows). |
|
|
|
|
|
|
|
| The anchors are used to define the behavior of controls during a resize operation... |
|
|
|
|
|
|
|
| Discover the main characteristics of the controls |
|
|
|
|
|
|
|
| List of properties associated with a supercontrol |
|
|
|
|
|
|
|
| Stops the current process and forces the input in the specified control, window or page. |
|
|
|
|
|
|
|
| The columns are used to display information in a Table control. |
|
|
|
|
|
|
|
| Discover the main operations that can be performed on a project. |
|
|
|
|
|
|
|
| Several WLanguage properties can be used on an Organizer control found in a window... |
|
|
|
|
|
|
|
| Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example. |
|
|
|
|
|
|
|
| The project description window allows you to configure various elements of your project... |
|
|
|
|
|
|
|
| The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties... |
|
|
|
|
|
|
|
| To transform a page in Session mode into an Active WEBDEV Page: |
|
|
|
|
|
|
|
| List of WLanguage properties of Internal Window controls |
|
|
|
|
|
|
|
| Ends the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Declares a query created in the query editor to the HFSQL engine and runs this query. |
|
|
|
|
|
|
|
| You can manipulate Image Editor controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Here are the new features that you will discover in this version... |
|
|
|
|
|
|
|
| WINDEV Mobile includes several types of controls |
|
|
|
|
|
|
|
| A Chart control can be used ... |
|
|
|
|
|
|
|
| List of properties associated with the Item control |
|
|
|
|
|
|
|
| Callback de la fonction PartageProximitéAttendConnexion1.Cb pour le paramètre CallbackResultat |
|
|
|
|
|
|
|
| From now on, the Web sites can be viewed on several platforms ... |
|
|
|
|
|
|
|
| Declares a query created in the query editor to the HFSQL engine and runs this query. |
|
|
|
|
|
|
|
| Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area. |
|
|
|
|
|
|
|
| List of various constants used by the constants WINDEV functions. |
|
|
|
|
|
|
|
| Table/Looper controls can be used to display a set of information... |
|
|
|
|
|
|
|
| Opens a connection to a specific Client/Server database to manage User Groupware files in Client/Server mode. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
The Message property is used to:- Find out the help message associated with a control or with a menu option (in a window).
- Modify the help message associated with a control or with a menu option (in a window).
|
|
|
|
|
|
|
|
| If the image is an image map, you can include "Clickable areas" in the image... |
|
|
|
|
|
|
|
| List of properties associated with the Carousel control |
|
|
|
|
|
|
|
| Table controls allow you to display and/or enter data... |
|
|
|
|
|
|
|
| Rich text supports multiple advanced features: font, weight, size, color, attribute, ... |
|
|
|
|
|
|
|
| Here are the new features and improvements that you will discover in this version... |
|
|
|
|
|
|
|
| A Looper control is used to repeat the controls found in a specific area... |
|
|
|
|
|
|
|
| WEBDEV 2026 is now available. |
|
|
|
|
|
|
|
| Displays a web page in the user's browser. |
|
|
|
|
|
|
|
| "Dynamic serving" is a technique where the same address (URL) leads to 2 different pages... |
|
|
|
|
|
|
|
| You can manipulate Organization Chart controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports... |
|
|
|
|
|
|
|
| Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance... |
|
|
|
|
|
|
|
| WEBDEV Tutorial - Creating a WEBDEV project and its analysis
Lesson 2 - Creating data files in the analysis - 40 min |
|
|
|
|
|
|
|
| WINDEV Tutorial: Creating a WINDEV project and its analysis
Lesson 2 - Creating data files in the analysis - 40 min |
|
|
|
|
|
|
|
| Starting with version 2025, WINDEV and WINDEV Mobile include color palettes for projects and windows... |
|
|
|
|
|
|
|
| List of properties associated with the Thumbnail control |
|
|
|
|
|
|
|
| WINDEV 2026 is now available. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| Version 2026 includes new and improved functions, properties and data types, ... |
|
|
|
|
|
|
|
| WLanguage properties can be used to manipulate ... |
|
|
|
|
|
|
|
| Running a project step-by-step allows you to start the debugger when launching the application... |
|
|
|
|
|
|
|
| Describes a new connection to an external database. |
|
|
|
|
|
|
|
| New features in WINDEV 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| WEBDEV 2026 new features in the 2026 New Features brochure. |
|
|
|
|
|
|
|
| New features in WINDEV Mobile 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| The Link control is available in a page and in a report... |
|
|
|
|
|
|
|
| In a window or page, you can use WLanguage properties to handle... |
|
|
|
|
|
|
|
| The examples provided with WINDEV are intended to help you learn the features of WINDEV.
|
|
|
|
|
|
|
|
| WINDEV 2024 new features in the 2024 New Features brochure. |
|
|
|
|
|
|
|
| You can manipulate Segmented Button controls in a window using various WLanguage properties... |
|
|
|
|
|
|
|
| Button controls in a window or page can be manipulated using different WLanguage properties... |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| Value of constants for the Windows 32-bit API |
|
|
|
|
|
|
|
| List of constants used by properties associated with windows, reports, pages and controls. |
|
|
|
|
|
|
|
| What's new in WINDEV 2026 in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|