|
|
|
|
|
|
|
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes...... |
|
|
|
|
|
|
The different operations that can be performed on the window controls are as follows...... |
|
|
|
|
|
|
Each Table control found in a window proposes a menu to the user...... |
|
|
|
|
|
|
The Chart controls allow the end user to perform several operations...... |
|
|
|
|
|
|
WINDEV manages the following events by default (in order of appearance in the code editor)... |
|
|
|
|
|
|
The principle of windows with arrow is straightforward...... |
|
|
|
|
|
|
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility. |
|
|
|
|
|
|
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer...... |
|
|
|
|
|
|
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). |
|
|
|
|
|
|
Index keywords allow users to easily find a help page...... |
|
|
|
|
|
|
Initializes the category color for a chart whose type is:
Pie,
Column,
Bubble chart,
Waterfall.... |
|
|
|
|
|
|
The ContextMenu property is used to:
Get the custom context menu of a control, window or page.
Change the custom context menu of a control, window or page (or associate another context menu).
Customize the system menus of the controls by adding options.... |
|
|
|
|
|
|
Immediately executes the "Request for refreshing the display" event of the given element. |
|
|
|
|
|
|
Prints the content of the specified Table control without having to create a report based on the Table control. |
|
|
|
|
|
|
Plays a sound in WAV format. |
|
|
|
|
|
|
Renames a key in the registry. |
|
|
|
|
|
|
The Image keyword can correspond to:
an Image variable.
a property used to get and change the image of an element.... |
|
|
|
|
|
|
The Color property is used to get and change the color of an element. |
|
|
|
|
|
|
The Caption property is used to get and change the text of an element. |
|
|
|
|
|
|
Deletes an option from a Radio Button control. |
|
|
|
|
|
|
Modifies the configuration of a Dashboard control (defined in the editor) before its first display. |
|
|
|
|
|
|
The "Test results" pane shows the results of the different stand-alone tests in a project...... |
|
|
|
|
|
|
The X property is used to get and change the X-coordinate of an element. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|