|
|
|
|
|
|
|
|
|
|
|
|
|
|
| When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.... |
|
|
|
|
|
|
|
| Managing suggestions and incidents... |
|
|
|
|
|
|
|
| In a WINDEV application, the user has the ability to add a tooltip on the controls...... |
|
|
|
|
|
|
|
| The Message keyword can correspond to:
the Message function.
the Message property, which is used to get and change the help message of a control or menu option in a window.
the Message property available for:
a SFError variable.
the email structure.
an Email variable.
a Notification variable.... |
|
|
|
|
|
|
|
| The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.). |
|
|
|
|
|
|
|
| Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application...... |
|
|
|
|
|
|
|
| The ScreenshotAllowed property is used to:
Determine whether it is possible to take screenshots of a window,
Allow or prevent taking screenshots of a window.... |
|
|
|
|
|
|
|
| In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls...... |
|
|
|
|
|
|
|
| The SearchAAF property is used to:
find out whether the search via AAF is enabled on a non-editable Combo Box control,
enable (or not) the search via AAF on a non-editable Combo Box control.... |
|
|
|
|
|
|
|
| To work on a project element found in the Source Code Manager, you must check out the element before it can be modified...... |
|
|
|
|
|
|
|
| The HierarchicalDepth property is used to:
Find out the depth of a hierarchical control in a report.
Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming).... |
|
|
|
|
|
|
|
| Markdown is a lightweight markup language that allows you to apply formatting to text...... |
|
|
|
|
|
|
|
| The DynamicTab property is used to:
Find out the type of a Tab control (static tab or dynamic tab).
Modify the type of a Tab control (static tab or dynamic tab).... |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.... |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.... |
|
|
|
|
|
|
|
| The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile...... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| The Start of document block is printed once at the beginning of the report execution...... |
|
|
|
|
|
|
|
| When creating the executable, you have the ability to choose the languages that will be included in the executable...... |
|
|
|
|
|
|
|
| The diagConnectionPoint type is used to define all the advanced characteristics of a connection point (i.e. point around a shape that a connector snaps to) in a Diagram Editor control. |
|
|
|
|
|
|
|
| Pyramid charts allow you to view data in descending order...... |
|
|
|
|
|
|
|
| You can display a print preview in the report viewer...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|