|
|
|
|
|
|
|
You have the ability to enter Java code: - in Java applications generated with WINDEV.
- in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java. |
|
|
|
|
|
|
Returns the CSS style sheet corresponding to a theme in the WLanguage code. |
|
|
|
|
|
|
The principle for working with the Source Code Manager is as follows...... |
|
|
|
|
|
|
Returns a directory path for the global data of current application (data shared between several applications), for the current user. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls... |
|
|
|
|
|
|
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry. |
|
|
|
|
|
|
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made. |
|
|
|
|
|
|
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically). |
|
|
|
|
|
|
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view). |
|
|
|
|
|
|
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file. |
|
|
|
|
|
|
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file. |
|
|
|
|
|
|
The PersistedCalculatedItem property is used to:
Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming.
Define whether the value of a calculated item is stored in the data file (when describing the item through programming).... |
|
|
|
|
|
|
Rotates an Image control. |
|
|
|
|
|
|
The Diagram Editor includes many features accessible via...... |
|
|
|
|
|
|
The keyword BREAK can correspond:
to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.... |
|
|
|
|
|
|
List of properties associated with the Progress Bar control... |
|
|
|
|
|
|
WINDEV Mobile allows you to easily create and print all types of reports with the report editor.... |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.... |
|
|
|
|
|
|
A replication includes one or more data files...... |
|
|
|
|
|
|
A site generated in PHP can be debugged in standard WEBDEV mode...... |
|
|
|
|
|
|
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user. |
|
|
|
|
|
|
All WLanguage code is written in the code editor, which offers several events on a given control ...... |
|
|
|
|
|
|
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|