|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Once the development of your WINDEV application is completed (windows, reports, queries, etc.)... |
|
|
|
|
|
|
|
| By testing the project you can simulate how the application will run when launched by the user...... |
|
|
|
|
|
|
|
| The anchors are used to define the behavior of controls during a resize operation...... |
|
|
|
|
|
|
|
| The WayPoint property is used to determine and change the points a Wire control has to pass through. |
|
|
|
|
|
|
|
| Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Extracts a resource from the application into a physical device location. |
|
|
|
|
|
|
|
| The Token property is used to manage the different tokens associated with a "Text token" Edit control. |
|
|
|
|
|
|
|
| Starts the process to populate a Table or TreeView Table control programmatically. |
|
|
|
|
|
|
|
| Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc.... |
|
|
|
|
|
|
|
| Crosses a record in a data file. |
|
|
|
|
|
|
|
| Substitutes one block of the report with another block while the report is printed. |
|
|
|
|
|
|
|
| Several types of controls can be handled in a report created by the report editor...... |
|
|
|
|
|
|
|
| A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)...... |
|
|
|
|
|
|
|
| The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
|
| The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
|
| The YAxisMin property gets the minimum value of the Y-axis in a Chart control. |
|
|
|
|
|
|
|
| The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
|
| Modifies a user in the database of user groupware. |
|
|
|
|
|
|
|
| Prints the content:
of a PDF file.
of a buffer containing a PDF.
of a PDF Reader control.... |
|
|
|
|
|
|
|
| The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control. |
|
|
|
|
|
|
|
| The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control. |
|
|
|
|
|
|
|
| Allows you to specify the procedure to be called to get the result returned by a third-party Activity. |
|
|
|
|
|
|
|
| A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time.... |
|
|
|
|
|
|
|
| Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| 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).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|