|
|
|
|
|
|
|
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode... |
|
|
|
|
|
|
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ... |
|
|
|
|
|
|
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
WINDEV Mobile allows you to develop applications for different families of products... |
|
|
|
|
|
|
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]... |
|
|
|
|
|
|
Notifies when the device has been shaken in any direction. |
|
|
|
|
|
|
Returns the horizontal position of the pointer (finger or stylus). |
|
|
|
|
|
|
Returns the vertical position of the pointer (finger or stylus). |
|
|
|
|
|
|
An xlsDocument variable is used to describe and modify an Excel document... |
|
|
|
|
|
|
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control. |
|
|
|
|
|
|
Makes a menu option invisible (popup menu or drop-down menu). |
|
|
|
|
|
|
An enumeration is a set of values...... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
The sfSearchResult type is used to find out the result of SFSearch... |
|
|
|
|
|
|
Enables a menu option (popup menu or drop-down menu). |
|
|
|
|
|
|
Disables (grays out) a menu option (popup menu or drop-down menu). |
|
|
|
|
|
|
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item). |
|
|
|
|
|
|
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control. |
|
|
|
|
|
|
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control. |
|
|
|
|
|
|
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist):
from the HFSQL server to the server (to perform a backup for example).
from the HFSQL server to the client (to perform a local backup for example).
from the client to the HFSQL server (to update the data files for example).
from an HFSQL server to antoher HFSQL server.... |
|
|
|
|
|
|
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class...... |
|
|
|
|
|
|
List of Salesforce functions... |
|
|
|
|
|
|
Once the component has been created, tested and generated, it can be distributed to other developers...... |
|
|
|
|
|
|
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp). |
|
|
|
|
|
|
Adds a row at the end:
of a one- or two-dimensional WLanguage array.
of a two-dimensional array property of a variable type (xlsDocument variable for example).... |
|
|
|
|
|
|
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query.... |
|
|
|
|
|
|
The query editor allows you to optimize the execution speed of one or more queries...... |
|
|
|
|
|
|
Adds a data into a Surface chart. |
|
|
|
|
|
|
The FOR EACH statement is used to browse strings according to different methods... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|