|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Edit control allows users to enter data... |
|
|
|
|
|
|
|
| Rich Text Format (RTF) is used to encode text and simplify exchange between applications... |
|
|
|
|
|
|
|
| Adds a link to a text section in an RTF Edit control. |
|
|
|
|
|
|
|
| Returns the HTML string corresponding to the specified RTF string. |
|
|
|
|
|
|
|
| Prints rich text format (RTF) in a rectangular area. |
|
|
|
|
|
|
|
| In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable... |
|
|
|
|
|
|
|
| List of properties associated with the RTF control |
|
|
|
|
|
|
|
Draws RTF text:- in an Image control,
- in an Image variable.
|
|
|
|
|
|
|
|
| Loads a file in RTF in an RTF control (found in a window or in a report). |
|
|
|
|
|
|
|
| Writes a character string in RTF into the clipboard. |
|
|
|
|
|
|
|
| Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF. |
|
|
|
|
|
|
|
| Converts an HTML string or an HTML buffer to an RTF string. |
|
|
|
|
|
|
|
| Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF. |
|
|
|
|
|
|
|
| Retrieves an RTF string from the clipboard (the content of the clipboard is in RTF). |
|
|
|
|
|
|
|
| Usage example of the iPrintAreaRTF function |
|
|
|
|
|
|
|
| Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report). |
|
|
|
|
|
|
|
| Changes the color of links in all RTF Edit controls in the application. |
|
|
|
|
|
|
|
| The picRTF type is used to define all the advanced characteristics of a layer that contains RTF. |
|
|
|
|
|
|
|
| The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively). |
|
|
|
|
|
|
|
| Several print modes are available for a report. |
|
|
|
|
|
|
|
| Adds a link to a text section in an edit control. |
|
|
|
|
|
|
|
| The Button control allows the user or the Web user to run a specific action with a simple click... |
|
|
|
|
|
|
|
| The Project Management Hub allows you to import requirements... |
|
|
|
|
|
|
|
| Usage example of the iZoneHeight function |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Button controls... |
|
|
|
|
|
|
|
| Identifies the format of information found in the clipboard. |
|
|
|
|
|
|
|
| During the test of a report ("Go" button from the report editor), several print options are proposed... |
|
|
|
|
|
|
|
| List of functions for managing the clipboard |
|
|
|
|
|
|
|
| The RightToLeft property is used to get the writing direction on a control, column, window or report. |
|
|
|
|
|
|
|
| Specific features of print in PDF format |
|
|
|
|
|
|
|
| The "Item" control is used to edit the content of a data file item... |
|
|
|
|
|
|
|
| Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...). |
|
|
|
|
|
|
|
The ToolTip property gets and sets the text displayed in a tooltip. This tooltip can be associated with: - a control in a window or page,
Versions 2026 and latera control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. Subscription-exclusive new featurea control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. New in version 2026a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3.
|
|
|
|
|
|
|
|
Returns: - the full name of the last file generated during the print (PDF, RTF, text, ...).
- the list of created duplicate files.
|
|
|
|
|
|
|
|
| You can manipulate Edit controls programmatically... |
|
|
|
|
|
|
|
| Modifies the color of links in the edit controls and in the Static Text controls. |
|
|
|
|
|
|
|
| Returns a list of keys to add to data files to improve query performance. |
|
|
|
|
|
|
|
| A Static Text control is a control used to display a static text... |
|
|
|
|
|
|
|
| Tooltips are very useful for application users... |
|
|
|
|
|
|
|
In a database, the Caption property is used to:- Find out the caption associated with a file item.
- Find out the caption associated with a data file.
- Find out and modify the connection caption.
In a report, the Caption property is used to: - Find out the text displayed in a Static or Link control.
- Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to: - Find out and modify the caption of a control found in a window or in a page.
- Find out and modify the caption of a menu option.
- Find out and modify the title of a window or page.
- Find out the content of a Breadcrumb control.
|
|
|
|
|
|
|
|
| The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags. |
|
|
|
|
|
|
|
The Cursor property gets and sets the position of the mouse cursor in one of the following controls:- Edit control.
- Editable Combo Box.
- "Edit control" table column and "Editable Combo Box" table column.
- Word Processing control.
- HTML Editor control.
- Code Editor control.
|
|
|
|
|
|
|
|
| Creates a Word file (.RTF) using the data from a Looper control. |
|
|
|
|
|
|
|
| Calculates the height of a fixed-width area required to print the entire text that uses the current font. |
|
|
|
|
|
|
|
| Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine. |
|
|
|
|
|
|
|
| The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew). |
|
|
|
|
|
|
|
| The text files created by WDMSG use a specific format... |
|
|
|
|
|
|
|
| The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
|
| There are multiple solutions to provide help to the users... |
|
|
|
|
|
|
|
| The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor... |
|
|
|
|
|
|
|
| Prints a border with rounded outlines at specified coordinates. |
|
|
|
|
|
|
|
| Creates a Word file (.RTF) using the data from a Looper control. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print... |
|
|
|
|
|
|
|
| When installing the application, you have the ability to display... |
|
|
|
|
|
|
|
| Writes text or image information into the system clipboard. |
|
|
|
|
|
|
|
| A report provides a custom view of data... |
|
|
|
|
|
|
|
| The following events are associated to reports (order of appearance in the code editor)... |
|
|
|
|
|
|
|
| The report viewer allows you to copy text from the report and paste it to a file in another application... |
|
|
|
|
|
|
|
| The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown. |
|
|
|
|
|
|
|
| The characteristics of the controls can be viewed and/or changed in... |
|
|
|
|
|
|
|
| When creating a report, the test of this report can be run from the report editor... |
|
|
|
|
|
|
|
| The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable. |
|
|
|
|
|
|
|
| Retrieves the text or image found in the system clipboard. |
|
|
|
|
|
|
|
The Ellipsis property is used to determine and change the truncation mode with ellipses in: - a window control (Static, edit control, List box, Button, Combo box or Static table column).
- a Static Text control in a report.
|
|
|
|
|
|
|
|
| WEBDEV allows you to manipulate text in HTML via the "HTML format" option of the Edit controls and the HTML control. |
|
|
|
|
|
|
|
| The advanced options of the network setup are used to ... |
|
|
|
|
|
|
|
| A search feature is automatically available when previewing a report... |
|
|
|
|
|
|
|
| The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged. |
|
|
|
|
|
|
|
| The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters. |
|
|
|
|
|
|
|
| The "Export" pane in the report viewer allows you to perform the following operations... |
|
|
|
|
|
|
|
| Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Running a project step-by-step allows you to start the debugger when launching the application... |
|
|
|
|
|
|
|
| Configures the print destination. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules... |
|
|
|
|
|
|
|
| This page lists the available and forthcoming features of the Word Processing control... |
|
|
|
|
|
|
|
| The ImageFond property lets you view and modify the background image of an element: window, page, field or state. |
|
|
|
|
|
|
|
The DisplayedItem property is used to:- Find out the item or the variable displayed by the control.
- Modify the item or the variable displayed by the control.
|
|
|
|
|
|
|
|
| When creating a project, a directory specific to this project is automatically created... |
|
|
|
|
|
|
|
| The InfoVersion type is used to get the characteristics of a specific application version. |
|
|
|
|
|
|
|
| The FontMinSize property gets and sets the minimum size of the font used in a Static Text control with the "Reduce font" option. |
|
|
|
|
|
|
|
| List of image drawing and processing functions (prefix syntax) |
|
|
|
|
|
|
|
The AutoLineWrap property is used to: - determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control.
- set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control.
|
|
|
|
|
|
|
|
| Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically... |
|
|
|
|
|
|
|
| The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile... |
|
|
|
|
|
|
|
| HFSQL proposes a quick search for character strings in the data... |
|
|
|
|
|
|
|
| Customizes the text of a menu option for context menus corresponding to an AAF (Automatic Application Feature). |
|
|
|
|
|
|
|
| Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code... |
|
|
|
|
|
|
|
| When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The user can then print the report directly from a button, a menu option, etc. |
|
|
|
|
|
|
|
| List of constants used by the Google functions. |
|
|
|
|
|
|
|
| TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control... |
|
|
|
|
|
|
|
| The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically... |
|
|
|
|
|
|
|
| The controls can be copied from the window editor... |
|
|
|
|
|
|
|
| The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ... |
|
|
|
|
|
|
|
| Configures the print destination. |
|
|
|
|
|
|
|
| Describes a full-text index of data file created programmatically. |
|
|
|
|
|
|
|
| WLanguage events associated with Edit controls |
|
|
|
|
|
|
|
| Re-enables an Automatic Application Feature (AAF) previously disabled by AAFDisable. |
|
|
|
|
|
|
|
| Two methods can be used to animate a Static Text control... |
|
|
|
|
|
|
|
| The Project Management Hub allows you to define the different tasks assigned to each project contributor... |
|
|
|
|
|
|
|
| The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer. |
|
|
|
|
|
|
|
| The controls can be copied from the report editor... |
|
|
|
|
|
|
|
| Prints the content of the specified Table control without having to create a report based on the Table control. |
|
|
|
|
|
|
|
| Prints the content of the specified Table control without having to create a report based on the Table control. |
|
|
|
|
|
|
|
| WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions... |
|
|
|
|
|
|
|
| WINDEV Tutorial: Managing data in a WINDEV application
Lesson 5 - Creating a drop-down menu - 30 min |
|
|
|
|
|
|
|
| List of properties associated with the report controls |
|
|
|
|
|
|
|
| A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table... |
|
|
|
|
|
|
|
| Opens the AAF (Automatic Application Features) help website. |
|
|
|
|
|
|
|
Draws HTML text:- in an Image control,
- in an Image variable.
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
| The Document type is used to handle a "docx" document. |
|
|
|
|
|
|
|
| Several types of controls can be handled in a report created by the report editor... |
|
|
|
|
|
|
|
| The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
|
|
|
|
|
|
|
|
| List of functions for managing controls |
|
|
|
|
|
|
|
The Value property is used to:- Find out and modify the value of a report control.
- Find out and modify the value of a control or the title of a window.
- Find out the identifier of a stream.
- Find out and modify the value of a control or the title of a page.
|
|
|
|
|
|
|
|
| A FullTextIndex description variable is used to describe one or more full-text indexes programmatically. |
|
|
|
|
|
|
|
| Retrieves the printer configuration and configures the print. |
|
|
|
|
|
|
|
| WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
|
| Uploads a document to the Google server. |
|
|
|
|
|
|
|
| List of constants used by the Automatic Application Features (AAF) functions. |
|
|
|
|
|
|
|
| A help system includes several pages... |
|
|
|
|
|
|
|
| Uploads a document to the Google server. |
|
|
|
|
|
|
|
| Disables an Automatic Application Feature (AAF) on a control, window or on the current application. |
|
|
|
|
|
|
|
| Disables an Automatic Application Feature (AAF) on a control, window or on the current application. |
|
|
|
|
|
|
|
| In a multilingual application or site, the multilingual feature is proposed for the following elements... |
|
|
|
|
|
|
|
| List of Looper control functions (prefix syntax) |
|
|
|
|
|
|
|
| The characteristics of the controls can be viewed and/or changed in... |
|
|
|
|
|
|
|
| Creates a new print font. |
|
|
|
|
|
|
|
The Empty property is used to determine if:- a Looper, Table, List Box or Combo Box control is empty. The control can be bound to a data file or use an in-memory data source.
- a Chart control contains no series.
- a report control is empty (control linked to an item).
- an array (or an associative array) contains no element.
- an element of an associative array exists or not.
- a queue, a list or a stack contains no element.
|
|
|
|
|
|
|
|
| List of functions specific to Table controls |
|
|
|
|
|
|
|
| WINDEV allows you to easily insert automatic calculations into the columns found in the Table and TreeView Table controls. It is also possible to perform custom calculations in the columns of Table and Hierarchical Table fields. These calculations are performed programmatically. |
|
|
|
|
|
|
|
| Most WLanguage functions can be used in the events of a report (created with the report editor)... |
|
|
|
|
|
|
|
| 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 String type is used to manipulate strings... |
|
|
|
|
|
|
|
| Runs an Automatic Application Feature (AAF) on a control or window. |
|
|
|
|
|
|
|
| List of functions for managing Looper controls |
|
|
|
|
|
|
|
| User-friendly editors in practice |
|
|
|
|
|
|
|
| Configures the report viewer.
|
|
|
|
|
|
|
|
| The HTML Editor control allows users to create and modify HTML pages... |
|
|
|
|
|
|
|
| List of functions for managing TreeView Table controls |
|
|
|
|
|
|
|
| List of constants used by the print functions. |
|
|
|
|
|
|
|
| The Word Processing control ribbon allows you to use a wide range of features and settings... |
|
|
|
|
|
|
|
| Converts an HTML string or buffer to text. |
|
|
|
|
|
|
|
| The Image type is used to define the advanced characteristics of an image. |
|
|
|
|
|
|
|
| The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format. |
|
|
|
|
|
|
|
The Color property gets or sets the font color of:- a Font variable.
- text displayed in a Static or Calculated control of a report.
- text displayed in a window control.
- text displayed in a page control.
|
|
|
|
|
|
|
|
| The different operations available for the report controls are as follows... |
|
|
|
|
|
|
|
| List of image drawing and processing functions |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor... |
|
|
|
|
|
|
|
| HTML Editor control properties. |
|
|
|
|
|
|
|
Configures the print preview:- display a message regarding the resources of current computer.
- display or hide the ribbon tabs and buttons.
- the export options available in the mini preview window.
|
|
|
|
|
|
|
|
| The main keyboard shortcuts in the editors are as follows... |
|
|
|
|
|
|
|
| The following steps must be performed to implement the requirements... |
|
|
|
|
|
|
|
| List of properties associated with a Static Text control |
|
|
|
|
|
|
|
| The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ... |
|
|
|
|
|
|
|
| You can manipulate HTML controls in a window, page or report using the following WLanguage properties... |
|
|
|
|
|
|
|
| Creates an Excel file with the data from a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Several WLanguage properties can be used on a menu found in a window or in a page... |
|
|
|
|
|
|
|
| The controls can be copied from the page editor... |
|
|
|
|
|
|
|
| Creates an Excel file with the data from a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Here are the new features that you will discover in this version... |
|
|
|
|
|
|
|
| The title of table columns is an important element of Table control... |
|
|
|
|
|
|
|
| Once a report was created, the description of this report can be modified at any time... |
|
|
|
|
|
|
|
| WINDEV is provided with projects that contain components. |
|
|
|
|
|
|
|
| You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties... |
|
|
|
|
|
|
|
| List of functions for managing character strings |
|
|
|
|
|
|
|
| To describe a project in detail, you can associate documents with it... |
|
|
|
|
|
|
|
| The different types of items proposed in the data model editor are as follows: |
|
|
|
|
|
|
|
| List of properties associated with the reports and their controls |
|
|
|
|
|
|
|
| You can manipulate Edit controls in a window, page or report using the following WLanguage properties... |
|
|
|
|
|
|
|
| WEBDEV tutorial - Multi-criteria search and printing
Lesson 2 - Printing an invoice - 45 min |
|
|
|
|
|
|
|
| You can manipulate Wire controls in a window using the following WLanguage properties... |
|
|
|
|
|
|
|
| List of functions for managing Table controls (prefix syntax) |
|
|
|
|
|
|
|
| You can manipulate columns of Table controls in a window or page using the following WLanguage properties... |
|
|
|
|
|
|
|
| List of properties associated with windows, pages and controls |
|
|
|
|
|
|
|
| Here are the new features and improvements that you will discover in this version... |
|
|
|
|
|
|
|
| Table controls allow you to display and/or enter data... |
|
|
|
|
|
|
|
| WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows |
|
|
|
|
|
|
|
| The examples provided with WINDEV are intended to help you learn the features of WINDEV.
|
|
|
|
|
|
|
|
| List of constants used by properties associated with windows, reports, pages and controls. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|