|
|
|
|
|
|
|
WINDEV includes several Automatic Application Features (AAFs)...... |
|
|
|
|
|
|
The ActionLabel property is used to get and change the label of the notification's action button.... |
|
|
|
|
|
|
WINDEV and WEBDEV propose a Native Connector for MySQL...... |
|
|
|
|
|
|
The code editor proposes several tools used to correct the code...... |
|
|
|
|
|
|
Emulates the next call to Confirm and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
When creating the setup program, WDInst allows you to configure the computer where the program will be installed...... |
|
|
|
|
|
|
Emulates the next call to Dialog and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
Emulates the next call to OKCancel and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
Emulates the next call to YesNo and automatically clicks the button specified in parameter. |
|
|
|
|
|
|
The "Calculated" control is used to perform calculations in a report...... |
|
|
|
|
|
|
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes...... |
|
|
|
|
|
|
By default, in password controls, characters are replaced with dots...... |
|
|
|
|
|
|
Validates the current transaction:
the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers...... |
|
|
|
|
|
|
An array is a structured type that is used to group a set of elements of the same type... |
|
|
|
|
|
|
ODBCSQLCode is used to:
Find out the SQL code of the "query performed on a connection" (data source of report).
Modify the SQL code of the "query performed on a connection" (data source of report).... |
|
|
|
|
|
|
The management of remote control uses a file in INI format...... |
|
|
|
|
|
|
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page. |
|
|
|
|
|
|
Button controls in a window or page can be manipulated using different WLanguage properties...... |
|
|
|
|
|
|
The Table control is available for Android and iOS applications...... |
|
|
|
|
|
|
WINDEV allows the user to easily sort the columns of a Table control.... |
|
|
|
|
|
|
The automatic completion helps you write WLanguage code in your applications...... |
|
|
|
|
|
|
The main executable options are as follows...... |
|
|
|
|
|
|
The following operations are available for the following types of variables...... |
|
|
|
|
|
|
Validates the current transaction:
the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|