|
|
|
|
|
|
|
|
|
|
|
|
|
|
| To transform a page in Session mode into an Active WEBDEV Page:... |
|
|
|
|
|
|
|
| The main executable options are as follows...... |
|
|
|
|
|
|
|
| When developing an application, one of the important steps consists in deploying this application on the user computers...... |
|
|
|
|
|
|
|
| Two categories of data files are managed...... |
|
|
|
|
|
|
|
| We are going to call the elements developed in WINDEV (project, windows, ...... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)...... |
|
|
|
|
|
|
|
| To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis...... |
|
|
|
|
|
|
|
| The automatic data file modification updates the description of data files on user computers...... |
|
|
|
|
|
|
|
| The BrowsedItem property is used to:
Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files.
Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized.... |
|
|
|
|
|
|
|
| The X property is used to:
Get the X-coordinate of a control, Table control column or window (position on the X-axis).
Get the X-coordinate of a control or window (position on the X-axis).... |
|
|
|
|
|
|
|
| The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels...... |
|
|
|
|
|
|
|
| After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play... |
|
|
|
|
|
|
|
| List of events associated with TreeView controls... |
|
|
|
|
|
|
|
| A project is a logical set of elements and processes whose purpose is to accomplish a given objective...... |
|
|
|
|
|
|
|
| You can use Java code:
in Java applications generated with WINDEV.
in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.... |
|
|
|
|
|
|
|
| Adds all the files found in a directory to the compilation. |
|
|
|
|
|
|
|
| Transforms the following elements into a specific format:
a structure (and its subelements),
a class (and its subelements),
an array (including the associative arrays),
a queue,
a stack,
a list.... |
|
|
|
|
|
|
|
| Displays a message allowing the user to type an information. |
|
|
|
|
|
|
|
| The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers...... |
|
|
|
|
|
|
|
| Indicates that the drawing functions that will be used are intended for:
the specified Image control,
the specified Image variable,
the specified Image variable,
the specified WDPic variable (on the background layer),
the specified picLayer variable.... |
|
|
|
|
|
|
|
| An xlsDocument variable is used to describe and modify an Excel document... |
|
|
|
|
|
|
|
| Bottom sliding windows (commonly known as "bottom sheets") are increasingly used in mobile applications...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|