|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The comparison operators can be divided into several categories... |
|
|
|
|
|
|
|
| The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators... |
|
|
|
|
|
|
|
| When the '=' operator is used between variables of simple types (int, real, string, etc... |
|
|
|
|
|
|
|
| The & operator returns the address of a variable as an integer |
|
|
|
|
|
|
|
| The <=> operator is used to exchange the contents of two elements... |
|
|
|
|
|
|
|
| The arithmetic operators are... |
|
|
|
|
|
|
|
| The indirection operators ({ }) are used to handle an object whose name is found in a variable... |
|
|
|
|
|
|
|
| Returns the number of pointers in contact with the screen. |
|
|
|
|
|
|
|
| Copies an email found in a directory to another directory of an IMAP server. |
|
|
|
|
|
|
|
| The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes) |
|
|
|
|
|
|
|
| Returns the remainder of a division. |
|
|
|
|
|
|
|
| Returns the result of a bitwise AND operation performed between two values. |
|
|
|
|
|
|
|
| Returns the result of a bitwise exclusive OR operation performed between two values. |
|
|
|
|
|
|
|
| Returns the result of the bitwise OR operation performed between two values. |
|
|
|
|
|
|
|
| The operations on binary values are performed... |
|
|
|
|
|
|
|
| Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| The following are additional operators... |
|
|
|
|
|
|
|
| Returns the result of a bitwise NOT operation performed on a value. |
|
|
|
|
|
|
|
| Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| To access a class, the object must be declared as being part of the class to handle, this is called object instantiation... |
|
|
|
|
|
|
|
| Raise a number to a power. |
|
|
|
|
|
|
|
| SQL allows performing set operations on groups of files... |
|
|
|
|
|
|
|
| Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project... |
|
|
|
|
|
|
|
| The conditional IF statement allows you to run an action according to a condition... |
|
|
|
|
|
|
|
| Draws a text in a WDPic variable. |
|
|
|
|
|
|
|
| A sub-query is a query whose result is used by another query... |
|
|
|
|
|
|
|
| Calculates text height in pixels. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
Compares two strings character by character:- according to the sequence of ASCII characters.
- according to the alphabetical order.
|
|
|
|
|
|
|
|
| The hierarchical organization in class and sub-class has allowed to create the notion of inheritance... |
|
|
|
|
|
|
|
| The logical operators are as follows... |
|
|
|
|
|
|
|
| Adds a backslash to the end of a string, if necessary. |
|
|
|
|
|
|
|
| Draws a text in an Image variable. |
|
|
|
|
|
|
|
| Draws a text in an Image control. |
|
|
|
|
|
|
|
| To specify the selection conditions in an SQL query, you can use... |
|
|
|
|
|
|
|
| Calculates text width in pixels. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
The Before property replaces or inserts a procedure before the other procedures in: - a Procedure variable.
- an event associated with a control.
|
|
|
|
|
|
|
|
The After property replaces or inserts a procedure after the other procedures in: - a Procedure variable.
- an event associated with a control.
|
|
|
|
|
|
|
|
| The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable. |
|
|
|
|
|
|
|
Adds an element to a one-dimensional WLanguage array taking into account: - the sort criteria defined by ArraySort
- the comparison operator described in the class, if the elements of the array are class instances.
|
|
|
|
|
|
|
|
| Finds documents in a MongoDB collection. |
|
|
|
|
|
|
|
| Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item... |
|
|
|
|
|
|
|
Adds an element to a one-dimensional WLanguage array taking into account: - the sort criteria defined by ArraySort
- the comparison operator described in the class, if the elements of the array are class instances.
|
|
|
|
|
|
|
|
| To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control... |
|
|
|
|
|
|
|
| List of properties associated with the Sidebar control |
|
|
|
|
|
|
|
| A delete query (corresponding SQL statement... |
|
|
|
|
|
|
|
| The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes. |
|
|
|
|
|
|
|
| The htmlNode type is used to define all the advanced characteristics of a node of an HTML document. |
|
|
|
|
|
|
|
| A combining query (corresponding SQL statement: UNION) ... |
|
|
|
|
|
|
|
The Variant type is used to:- store any value of simple type: Boolean, Numerical (Monetary, Real, Integer, ...), Character and String, Date (Date, Time, DateTime and Duration), ...
- store named or indexed subelements.
- store any complex type value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
- handle the NULL value in WLanguage.
- store interactions with ActiveX objects and Automation programming.
|
|
|
|
|
|
|
|
| By default, in password controls, characters are replaced with dots... |
|
|
|
|
|
|
|
| An Update query (SQL UPDATE statement) is used to modify the records in a database file... |
|
|
|
|
|
|
|
The Procedure type is used to handle through programming: - the procedures or methods found in the project.
- the procedures or methods found in an internal component.
- the procedures or methods found in an external component.
|
|
|
|
|
|
|
|
| Three assignment operators are available... |
|
|
|
|
|
|
|
| Finds a file or directory. |
|
|
|
|
|
|
|
| The advanced types (XLS variables, ggl variables, ... |
|
|
|
|
|
|
|
| Identifies the window that was in edit before the window that is currently in edit (for the same project). |
|
|
|
|
|
|
|
| Modifies a link in a Breadcrumb control. |
|
|
|
|
|
|
|
| Modifies a link in a Breadcrumb control. |
|
|
|
|
|
|
|
Extracts: - a substring from a string starting at a specified position.
- part of a buffer starting at a specified position.
|
|
|
|
|
|
|
|
| Returns the IMEI number of an Android phone. |
|
|
|
|
|
|
|
| Adds a task in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Calculates the difference between two dates and times. |
|
|
|
|
|
|
|
| A structure is a custom type of data... |
|
|
|
|
|
|
|
The TabMDI property is used to: - Get the type of a Tab control (simple tab or dynamic tab - MDI).
- Change the type of a Tab control (simple tab or dynamic tab - MDI).
This property is obsolete from version 200057. Use DynamicTab. |
|
|
|
|
|
|
|
| Calculates text height in pixels. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
| Returns information regarding the current connection to data on the mobile network. |
|
|
|
|
|
|
|
| The ASCIIZ string of type is used to manipulate strings with a null character at the end, denoted by a zero (as in the C programming language). |
|
|
|
|
|
|
|
| Calculates text width in pixels. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
| The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target. |
|
|
|
|
|
|
|
| Adds a task in a Gantt Chart column in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Checks whether a combination of one of more options known by their names is valid. |
|
|
|
|
|
|
|
| Returns a combination of one or more options known by their names.
|
|
|
|
|
|
|
|
| Removes duplicates among substrings of a string, based on one or more separators. |
|
|
|
|
|
|
|
Checks whether a character string ends with: - with a specific character string.
- with one of the character strings in an array.
|
|
|
|
|
|
|
|
Checks whether a character string starts: - with a specific character string.
- with one of the character strings in an array.
|
|
|
|
|
|
|
|
| To access a class, the object must be declared as being part of the class to handle, this is called object instantiation... |
|
|
|
|
|
|
|
| Returns the two low bytes of an integer. |
|
|
|
|
|
|
|
| Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes. |
|
|
|
|
|
|
|
Checks whether a character string ends with: - with a specific character string.
- with one of the character strings in an array.
|
|
|
|
|
|
|
|
| Returns the two high bytes of an integer. |
|
|
|
|
|
|
|
| Adds a break into a Table or Looper control. |
|
|
|
|
|
|
|
| The docElementCheckBox type allows you to define all the advanced characteristics of a check box used in a form. |
|
|
|
|
|
|
|
| Factorizes the expression of an element on which several subelements or properties are accessed. |
|
|
|
|
|
|
|
| The htmlDocument type is used to define all the advanced characteristics of an HTML document. |
|
|
|
|
|
|
|
| Creates a Repositionable Note control in the curernt window programmatically. |
|
|
|
|
|
|
|
| Removes duplicates among substrings of a string, based on one or more separators. |
|
|
|
|
|
|
|
| The downcast operator allows you to convert a base class to a derived class without using a local variable... |
|
|
|
|
|
|
|
Checks whether a character string starts: - with a specific character string.
- with one of the character strings in an array.
|
|
|
|
|
|
|
|
| The instances of a variable derived from a base advanced type can be manipulated using a variable of the base type. |
|
|
|
|
|
|
|
| Identifies the window currently in edit. |
|
|
|
|
|
|
|
| Creates a Repositionable Note control. |
|
|
|
|
|
|
|
| Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example). |
|
|
|
|
|
|
|
| Creates a Repositionable Note control. |
|
|
|
|
|
|
|
| When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR... |
|
|
|
|
|
|
|
| When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default... |
|
|
|
|
|
|
|
Draws a text: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
|
|
|
|
|
|
|
| The Unicode format is an encoding system that assigns a unique number to each character. |
|
|
|
|
|
|
|
| Returns information about the type of character.
|
|
|
|
|
|
|
|
| To use .NET assemblies in a project... |
|
|
|
|
|
|
|
| WINDEV Tutorial: WLanguage basics
Lesson 2 - Variables - 20 min |
|
|
|
|
|
|
|
| WEBDEV Tutorial - WLanguage basics
Lesson 2 - Variables - 20 min |
|
|
|
|
|
|
|
Adds an element in last position:- of a one-dimensional WLanguage array.
- of an array property of an advanced variable type (array of events of a gglCalendar variable, etc.).
- of a WLanguage list.
|
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial - WLanguage basics
Lesson 2 - Variables - 20 min |
|
|
|
|
|
|
|
Adds an element in last position:- of a one-dimensional WLanguage array.
- of an advance array property (array of gglCalendar events, ...).
- from a WLanguage list.
|
|
|
|
|
|
|
|
| The Real type allows you to perform calculations on real values using up to 15 significant digits. |
|
|
|
|
|
|
|
| Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp). |
|
|
|
|
|
|
|
| The database schema description window includes all the characteristics and options of the current database schema... |
|
|
|
|
|
|
|
Adds an element in last position: - of a one-dimensional WLanguage array.
- of an array property of an advanced variable type (array of events of a gglCalendar variable, etc.).
- from a WLanguage list.
|
|
|
|
|
|
|
|
| The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.. |
|
|
|
|
|
|
|
| List of functions for managing arrays |
|
|
|
|
|
|
|
| Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile). |
|
|
|
|
|
|
|
| Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
| Creates a new control (of any type) in a window programmatically. |
|
|
|
|
|
|
|
| To migrate a WEBDEV site to PHP... |
|
|
|
|
|
|
|
| Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
| An array is a structured type used to group together a set of elements of the same type... |
|
|
|
|
|
|
|
| String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc. |
|
|
|
|
|
|
|
| WINDEV 2026 is now available. |
|
|
|
|
|
|
|
| The stress tests are used to check... |
|
|
|
|
|
|
|
| A Stack variable is a structured type that is used to group a set of elements of the same type. |
|
|
|
|
|
|
|
| The project description window allows you to configure various elements of your project... |
|
|
|
|
|
|
|
| The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc. |
|
|
|
|
|
|
|
| A List variable is a structured type that is used to group a set of elements of the same type. This variable type is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4. |
|
|
|
|
|
|
|
| A Queue variable is a structured type that groups a set of elements of the same type. |
|
|
|
|
|
|
|
| The YAML type simplifies the handling of data in YAML format. |
|
|
|
|
|
|
|
| List of functions for managing arrays |
|
|
|
|
|
|
|
| Creates a Table control from the items of a table (view or query). |
|
|
|
|
|
|
|
| The docElement type is used to handle each element found in a docParagraph variable. |
|
|
|
|
|
|
|
| WINDEV allows you to easily run queries in SQL code... |
|
|
|
|
|
|
|
| Markdown is a lightweight markup language that allows you to apply formatting to text... |
|
|
|
|
|
|
|
| Variables are copied using the "=" operator... |
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows |
|
|
|
|
|
|
|
| The Buffer type corresponds to a binary memory area. |
|
|
|
|
|
|
|
| The integrated WINDEV language, WLanguage, is powerful, simple and intuitive... |
|
|
|
|
|
|
|
| Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework. |
|
|
|
|
|
|
|
| What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| WINDEV Mobile 2026 is now available. |
|
|
|
|
|
|
|
| WEBDEV Tutorial - Creating a website with back office processes
Lesson 3 - Editing products - 50 min |
|
|
|
|
|
|
|
| The Flex control can be handled by the WLanguage properties in server code and in browser code... |
|
|
|
|
|
|
|
| The Control type is used to define the characteristics of a control. |
|
|
|
|
|
|
|
| Runs a function found in an external DLL. |
|
|
|
|
|
|
|
The DynamicTab property is used to:- Find out the type of a Tab control (static tab or dynamic tab).
- Modify the type of a Tab control (static tab or dynamic tab).
|
|
|
|
|
|
|
|
The xmlDocument keyword can correspond to:- the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument.
- an xmlDocument variable. For more details, see xmlDocument.
|
|
|
|
|
|
|
|
| Runs a function found in an external DLL. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| A Scheduler control can be... |
|
|
|
|
|
|
|
| An associative array is an "advanced" type of array... |
|
|
|
|
|
|
|
| A Scheduler control can be... |
|
|
|
|
|
|
|
| WEBDEV Tutorial: My first WEBDEV website
Lesson 2 - Managing a database - 30 min |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2024 in the 2024 New Features brochure. |
|
|
|
|
|
|
|
| List of constants used by the functions for chart management. |
|
|
|
|
|
|
|
| What's new in WINDEV 2026 in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications... |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| What's new in WINDEV 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| WINDEV 2024 new features in the 2024 New Features brochure. |
|
|
|
|
|
|
|
| The "Logs" tab is used to see the details of logs for a specific period... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|