|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Type property is used to get:- the type of element (table 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.
|
|
|
|
|
|
|
|
The Group property is used to: - find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls.
- associate a control with a group of controls.
|
|
|
|
|
|
|
|
| The InvalidInputMessage property gets and sets the message that will be displayed if the control contains invalid data (input mask or value out of bounds). |
|
|
|
|
|
|
|
The AnchorRateWidth property is used to:- Find out the anchor rate when a control (or a table column) stretches on the horizontal axis.
- Modify the anchor rate when a control (or a table column) stretches on the horizontal axis.
|
|
|
|
|
|
|
|
| The formatted display control includes some properties that can be used ... |
|
|
|
|
|
|
|
| You can manipulate Wire controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| A Check Box can correspond to... |
|
|
|
|
|
|
|
| The MandatoryInputMessage property is used to identify and set the message that will be displayed if the control is left empty (when the MandatoryInput property is enabled). |
|
|
|
|
|
|
|
The pdfControlOption type is used to get and set the following characteristics of an option of a control present in a PDF form: - option text.
- selected or deselected state of the option.
|
|
|
|
|
|
|
|
| WINDEV Mobile 2026 is now available. |
|
|
|
|
|
|
|
| You can manipulate Rich Text Area controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| UI compilation errors indicate possible problems detected in your interfaces each time a window, page or report is saved or a project is compiled... |
|
|
|
|
|
|
|
Automatically initializes the controls of a window with: - the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to use... |
|
|
|
|
|
|
|
| List of properties associated with the TreeView Table control |
|
|
|
|
|
|
|
| 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 table described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
| The "RTF" (Rich Text Format) control is used to display a formatted character string in your report... |
|
|
|
|
|
|
|
| What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls. |
|
|
|
|
|
|
|
| The Flex control can be handled by the WLanguage properties in server code and in browser code... |
|
|
|
|
|
|
|
| List of events associated with pages |
|
|
|
|
|
|
|
| The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page. |
|
|
|
|
|
|
|
| Initializes or reinitializes a replication defined by the replication editor (ReplicEdit). |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Adds a link to a text section in an RTF Edit control. |
|
|
|
|
|
|
|
| Closes the connection of the application to a Hasp key. |
|
|
|
|
|
|
|
Set focus:- to a control (found in a window, in a page or in a frameset).
- to a window.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Returns the list of files:- current database schema.
- database schemas in progress (projects with multiple database schemas).
- a specific database schema 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.
|
|
|
|
|
|
|
|
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 Plane property is used to:- Know:
- 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.
|
|
|
|
|
|
|
|
| Methods for associating an image with an element in a TreeView control. |
|
|
|
|
|
|
|
| The setup editor WDInst is used to manage the files to install... |
|
|
|
|
|
|
|
| A Multiline Zone control and its rows can be manipulated in a window or page using the following WLanguage properties. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Here are the main points of programming Table fields linked to a table |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Here's how to program Table controls linked to a table. |
|
|
|
|
|
|
|
| List of properties associated with the RTF control |
|
|
|
|
|
|
|
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 table described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
| List of properties associated with a window |
|
|
|
|
|
|
|
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 updates the controls in a window or page with:- the values of the bound items in the current record (loaded in memory) of the table 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 initializes the controls of a window with: - the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor.
- the values of the bound WLanguage variables.
|
|
|
|
|
|
|
|
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 table 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. |
|
|
|
|
|
|
|
| Displays a value in a control or assigns a value in a variable. |
|
|
|
|
|
|
|
| New features in WEBDEV 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties... |
|
|
|
|
|
|
|
| Modifies an element (node or leaf) in a TreeView control. |
|
|
|
|
|
|
|
| Each Gantt Chart control in a window has a default menu that is available to users... |
|
|
|
|
|
|
|
| You can manipulate TreeView controls in windows and pages using WLanguage properties... |
|
|
|
|
|
|
|
| The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)... |
|
|
|
|
|
|
|
| The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties. |
|
|
|
|
|
|
|
| Declares a query created in the query editor to the HFSQL engine and runs this query. |
|
|
|
|
|
|
|
| Ends the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Displays an invalid input error for the specified control. |
|
|
|
|
|
|
|
| You can manipulate HTML controls in a window, page or report using the following WLanguage properties... |
|
|
|
|
|
|
|
| Displays a web page in the user's browser. |
|
|
|
|
|
|
|
| Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account... |
|
|
|
|
|
|
|
| A Looper control is used to repeat the controls found in a specific area... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically... |
|
|
|
|
|
|
|
| Deletes a folder on an IMAP server. |
|
|
|
|
|
|
|
| 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 Tutorial - Reports and Queries
Distribute Reports and Queries with your applications - 10 min |
|
|
|
|
|
|
|
| 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 |
|
|
|
|
|
|
|
| A List Box or Combo Box control can be used to display the content of a table or query, to allow a user to select a record, for example... |
|
|
|
|
|
|
|
| Here are the new features and improvements that you will discover in this version... |
|
|
|
|
|
|
|
| Pastes the content of a form stored in the clipboard. |
|
|
|
|
|
|
|
| List of properties associated with the Preset control |
|
|
|
|
|
|
|
| WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties... |
|
|
|
|
|
|
|
| Calls a WLanguage function from an external language. |
|
|
|
|
|
|
|
| WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties... |
|
|
|
|
|
|
|
| Copies the content of a form to the clipboard. |
|
|
|
|
|
|
|
| New features in WEBDEV 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| WDDIXIO is a tool that helps you translate the text of an application... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Bar Code controls can be manipulated using different WLanguage properties... |
|
|
|
|
|
|
|
| You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties... |
|
|
|
|
|
|
|
| What's new in WEBDEV 2025 is presented in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| You can manipulate Pivot Table controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| List of properties associated with a Static Text control |
|
|
|
|
|
|
|
| You can manipulate TimeLine controls in a window using the following WLanguage properties. |
|
|
|
|
|
|
|
| Several WLanguage properties can be used on an Organizer control found in a window... |
|
|
|
|
|
|
|
| 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 |
|
|
|
|
|
|
|
| Here are the new features that you will discover in this version... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| 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 |
|
|
|
|
|
|
|
| Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Discover the main characteristics of the controls |
|
|
|
|
|
|
|
| Collapses a branch previously expanded. |
|
|
|
|
|
|
|
| The columns are used to display information in a Table control... |
|
|
|
|
|
|
|
| Runs an Automatic Application Feature (AAF) on a control or window. |
|
|
|
|
|
|
|
| Discover the main operations that can be performed on a project. |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| The "Sites" tab provides information about the dynamic WEBDEV websites installed on the computer... |
|
|
|
|
|
|
|
| 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 anchors are used to define the behavior of controls during a resize operation... |
|
|
|
|
|
|
|
| List of properties associated with a supercontrol |
|
|
|
|
|
|
|
| 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 rows of TreeView controls in a window or page can be manipulated using different WLanguage properties... |
|
|
|
|
|
|
|
| What's new in WINDEV 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| To transform a page in Session mode into an Active WEBDEV Page: |
|
|
|
|
|
|
|
| Renvoie la date du dernier lancement de Bitcoin Core. |
|
|
|
|
|
|
|
| List of WLanguage properties of Internal Window controls |
|
|
|
|
|
|
|
| Stops the current process and forces the input in the specified control, window or page. |
|
|
|
|
|
|
|
| List of constants used by the Automatic Application Features (AAF) functions. |
|
|
|
|
|
|
|
| The project description window allows you to configure various elements of your project... |
|
|
|
|
|
|
|
| Moves a row or swaps two rows in a Table control. |
|
|
|
|
|
|
|
| Moves a row or swaps two rows in a Table control. |
|
|
|
|
|
|
|
| Usage example of the ServiceWaitStatus function |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data. |
|
|
|
|
|
|
|
| Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface. |
|
|
|
|
|
|
|
| Callback fonction BeaconDétectePrécis |
|
|
|
|
|
|
|
| Ends the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| WINDEV Mobile includes several types of controls |
|
|
|
|
|
|
|
| Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| You can manipulate Image Editor controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| A Chart control can be used ... |
|
|
|
|
|
|
|
| Websites can be viewed on several platforms... |
|
|
|
|
|
|
|
| List of properties associated with the Item control |
|
|
|
|
|
|
|
| Starting with version 2025, WINDEV and WINDEV Mobile include color palettes for projects and windows... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Change the volume of a UPnP device. |
|
|
|
|
|
|
|
| A structure is a custom type of data... |
|
|
|
|
|
|
|
| Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel. |
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
| Usage example of the ServiceWaitStatus function |
|
|
|
|
|
|
|
| Table controls allow you to display and/or enter data... |
|
|
|
|
|
|
|
| List of properties associated with the Carousel control |
|
|
|
|
|
|
|
| Rich text supports multiple advanced features: font, weight, size, color, attribute, ... |
|
|
|
|
|
|
|
| WEBDEV 2026 is now available. |
|
|
|
|
|
|
|
| The ActionTarget defines the action performed when the user clicks the target control(s) of a step of a Guided Tour. |
|
|
|
|
|
|
|
| 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 database schema
Lesson 2 - Creating tables in the database schema - 40 min |
|
|
|
|
|
|
|
| WINDEV Tutorial: Creating a WINDEV project and its database schema
Lesson 2 - Creating tables in the database schema - 40 min |
|
|
|
|
|
|
|
| Version 2026 includes new and improved functions, properties and data types, ... |
|
|
|
|
|
|
|
| The Link control is available in a page and in a report... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| The stress tests are used to check... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| 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.
|
|
|
|
|
|
|
|
| Button controls in a window or page can be manipulated using different WLanguage properties... |
|
|
|
|
|
|
|
| WINDEV 2024 new features in the 2024 New Features brochure. |
|
|
|
|
|
|
|
| You can manipulate Segmented Button controls in a window using various WLanguage properties... |
|
|
|
|
|
|
|
| Value of constants for the Windows 32-bit API |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| What's new in WINDEV 2026 in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| List of constants used by properties associated with windows, reports, pages and controls. |
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| The "Logs" tab is used to see the details of logs for a specific period... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|