|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The "Internal Window" control is used to include a window (and its code) in a control of another window...... |
|
|
|
|
|
|
|
| End users can directly modify the interface of the application (according to the options specified by the developer)....... |
|
|
|
|
|
|
|
| The end user can zoom the content of a window with the mouse...... |
|
|
|
|
|
|
|
| The principle for working with the Source Code Manager is as follows...... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode).
Function kept for backward compatibility.... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming...... |
|
|
|
|
|
|
|
| The window that opens another window is called parent window ; the windows opened by the parent window are called child windows...... |
|
|
|
|
|
|
|
| The "Real-Time Performance Profiler" pane shows the activity of an application or site during a test...... |
|
|
|
|
|
|
|
| The "Internal Page" control is used to include a page (and its code) in a control of another page...... |
|
|
|
|
|
|
|
| NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)...... |
|
|
|
|
|
|
|
| The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|