|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.... |
|
|
|
|
|
|
|
| Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search). |
|
|
|
|
|
|
|
| The database can be accessed via a web service...... |
|
|
|
|
|
|
|
| Displays a message allowing the user to type an information. |
|
|
|
|
|
|
|
| WDLog is used to view the content of a log file...... |
|
|
|
|
|
|
|
| Initializes the query linked to the report. |
|
|
|
|
|
|
|
| The integrated WINDEV language, WLanguage, is powerful, simple and intuitive...... |
|
|
|
|
|
|
|
| Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file. |
|
|
|
|
|
|
|
| The DisplayMask property is used to:
Find out the display mask.
Modify the display mask.
This display mask is displayed when the control is in read-only or when the control does not have focus.... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...... |
|
|
|
|
|
|
|
| Rich Text Format (RTF) is used to encode text and simplify exchange between applications...... |
|
|
|
|
|
|
|
| An Image control can correspond to an item found in a data file, in a query, ...... |
|
|
|
|
|
|
|
| Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
|
| WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min |
|
|
|
|
|
|
|
| The file system on the devices running Android is divided into two main storage areas...... |
|
|
|
|
|
|
|
| WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min |
|
|
|
|
|
|
|
| Initializes a query written in SQL language and declares this query to the HFSQL engine. |
|
|
|
|
|
|
|
| Writes a record into a data file without updating the indexes corresponding to all keys used in the file. |
|
|
|
|
|
|
|
| Retrieves the content of the specified column from the query result, for the current line. |
|
|
|
|
|
|
|
| WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min |
|
|
|
|
|
|
|
| Sets the position on the last file record whose value for a specific item is less than or equal to a sought value. |
|
|
|
|
|
|
|
| Performs the following operations:
If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation.
If the file exists, opens the file.... |
|
|
|
|
|
|
|
| Applies a computation to each element of a WLanguage array. |
|
|
|
|
|
|
|
| Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search). |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|