|
|
|
|
|
|
|
WINDEV and WINDEV Mobile manage two types of menus... |
|
|
|
|
|
|
The main elements of window editor are as follows: |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker...... |
|
|
|
|
|
|
The "Chart" control is used to display a chart in windows, pages and reports...... |
|
|
|
|
|
|
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App).
Function kept for backward compatibility.... |
|
|
|
|
|
|
New features in WINDEV 28 presented in the New Features brochure.... |
|
|
|
|
|
|
Allows you to find out and modify:
the display mode of grayed buttons found in the windows of your application.
the display mode of translucent border for the windows of your application.
the mode for loading large images.... |
|
|
|
|
|
|
The Cube control is a mobile layout control that automatically performs rotations around the different axes...... |
|
|
|
|
|
|
There are multiple solutions to provide help to the users...... |
|
|
|
|
|
|
Opens the image picker of Windows. |
|
|
|
|
|
|
Reads a value in the Windows registry. |
|
|
|
|
|
|
Opens the Windows file picker. |
|
|
|
|
|
|
Deletes a subkey from the Windows registry. |
|
|
|
|
|
|
Deletes a value from the Windows registry. |
|
|
|
|
|
|
Creates a key in the Windows registry. |
|
|
|
|
|
|
Returns the runtime mode of Windows. |
|
|
|
|
|
|
The NewLine property is used to determine:
in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX.
in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX.
in an Organizer control, whether an appointment was created via the popup menu.
in a Scheduler control, whether an appointment was created via the popup menu.... |
|
|
|
|
|
|
A window can:
Receive parameters when it is opened.
Return values when it is closed.... |
|
|
|
|
|
|
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min |
|
|
|
|
|
|
The query editor allows you to run the test of query result...... |
|
|
|
|
|
|
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development...... |
|
|
|
|
|
|
The following functions are used to manage speech synthesis... |
|
|
|
|
|
|
In a Windows application, the information relative to a window is stored with the window...... |
|
|
|
|
|
|
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|