|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The DisplayModePreview property gets and sets the camera preview mode. |
|
|
|
|
|
|
|
| The Ellipsis property is used to determine and change the truncation mode with ellipses in:
a window control (Static, edit control, List box, Button, Combo box or Static table column).
a Static Text control in a report.... |
|
|
|
|
|
|
|
| The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use). |
|
|
|
|
|
|
|
| The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use). |
|
|
|
|
|
|
|
| A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table.... |
|
|
|
|
|
|
|
| The window that opens another window is called parent window ; the windows opened by the parent window are called child windows...... |
|
|
|
|
|
|
|
| When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component...... |
|
|
|
|
|
|
|
| Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode).
Function kept for backward compatibility.... |
|
|
|
|
|
|
|
| Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section. |
|
|
|
|
|
|
|
| Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line.... |
|
|
|
|
|
|
|
| Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.... |
|
|
|
|
|
|
|
| The query editor allows you to easily handle the queries.... |
|
|
|
|
|
|
|
| The "Real-Time Performance Profiler" pane shows the activity of an application or site during a test...... |
|
|
|
|
|
|
|
| The code coverage is the measure regarding the coverage of tests run on an application or site...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|