|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Starts the input in the controls of a window. |
|
|
|
|
|
|
|
| Opens the wait window of application. |
|
|
|
|
|
|
|
| Configures the print cancel window.. |
|
|
|
|
|
|
|
| Modifies the alias of a window. |
|
|
|
|
|
|
|
| Returns the handle of a window or control. |
|
|
|
|
|
|
|
| Checks the validity of a window handle. |
|
|
|
|
|
|
|
| Identifies or modifies the window status. |
|
|
|
|
|
|
|
| Adds a menu into the window that is opened. |
|
|
|
|
|
|
|
| Sets focus to a window or control. |
|
|
|
|
|
|
|
| Opens the Windows file picker. |
|
|
|
|
|
|
|
| Identifies the window currently in edit. |
|
|
|
|
|
|
|
| Creates a key in the Windows registry. |
|
|
|
|
|
|
|
| Returns the runtime mode of Windows. |
|
|
|
|
|
|
|
| The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in:
the caption of a Static control.
the elements of a List Box control.
the elements of a Combo Box control.
the values of a column in a Table control.... |
|
|
|
|
|
|
|
| An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.... |
|
|
|
|
|
|
|
| Encrusts a color in an image found in an Image variable]. |
|
|
|
|
|
|
|
| Returns the characteristics of a scheduled task in a hScheduledTask variable]. |
|
|
|
|
|
|
|
| Emulates a "Drag & Drop" gesture in automated tests. |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Decodes an encoded URL (which means with characters in %xx format). |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Adds a shadow effect on an image found in an Image variable]. |
|
|
|
|
|
|
|
| Adds a halo effect on an image found in an Image variable]. |
|
|
|
|
|
|
|
| Validates the current transaction:
the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
|
| Usage example of the HIndex function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|