|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Refreshes the Table control. |
|
|
|
|
|
|
|
| The MyControl keyword represents the control that holds the process being executed. |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Declares a transaction savepoint. |
|
|
|
|
|
|
|
| Modifies or returns the visibility state of the refresh bar in a window. |
|
|
|
|
|
|
|
| The TokenDeletable property is used to:
Determine if the end user is allowed to delete tokens in a "Text token" Edit control.
Allow or prevent the end user from deleting tokens in a "Text token" Edit control.... |
|
|
|
|
|
|
|
| Cancels the last action performed by the end user. |
|
|
|
|
|
|
|
| The BackgroundImagePrinted is used to:
Determine if the background image of a report (form or other) should be printed.
Print (or not) the background image of a report.... |
|
|
|
|
|
|
|
| Defines the "logical" print margins. |
|
|
|
|
|
|
|
| Adds a break into a Table or Looper control. |
|
|
|
|
|
|
|
| Several actions are automatically performed when opening or closing an application.... |
|
|
|
|
|
|
|
| POP3/IMAP and SMTP are email management protocols recognized by all service providers... |
|
|
|
|
|
|
|
| Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed. |
|
|
|
|
|
|
|
| The report viewer allows end users to view reports before printing them...... |
|
|
|
|
|
|
|
| Defines the options for the XLS file generated during the print. |
|
|
|
|
|
|
|
| Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| The WithZoom property is used to specify and to determine whether the user can zoom in and out:
in an HTML Display control in Android, iPhone or iPad applications.
in a Map control in Android, iPhone or iPad applications.... |
|
|
|
|
|
|
|
| Restores:
the scrollbar position in a Spreadsheet control,
the current worksheet,
the elements selected in the current worksheet of Spreadsheet control.
These elements have been saved by SpreadsheetSavePositionAndSelection.... |
|
|
|
|
|
|
|
| A component diagram shows the physical and static architecture of a system software...... |
|
|
|
|
|
|
|
| The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows...... |
|
|
|
|
|
|
|
| Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user. |
|
|
|
|
|
|
|
| The LDAPSession structure is a preset structure of WLanguage (no declaration is required)...... |
|
|
|
|
|
|
|
| Performs an input by emulation in a control while checking whether this control is an editable control. |
|
|
|
|
|
|
|
| Opens a new pane in a Dynamic Tab control. |
|
|
|
|
|
|
|
| Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|