|
|
|
|
|
|
|
|
|
|
|
|
|
|
| When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library... |
|
|
|
|
|
|
|
| The description window of a select query includes several sections...... |
|
|
|
|
|
|
|
| The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts...... |
|
|
|
|
|
|
|
| WEBDEV allows you to handle a Link control through programming...... |
|
|
|
|
|
|
|
| To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code...... |
|
|
|
|
|
|
|
| All the looper attributes can be handled by programming...... |
|
|
|
|
|
|
|
| Indicates whether the code is run on an HFSQL server. |
|
|
|
|
|
|
|
| Indicates whether the code is run in the Android emulator. |
|
|
|
|
|
|
|
| Indicates whether the code is run in the Android simulator. |
|
|
|
|
|
|
|
| Returns the character corresponding to the specified Unicode code. |
|
|
|
|
|
|
|
| Stops decoding a bar code in a Camera control. |
|
|
|
|
|
|
|
| Stops decoding a bar code in a Camera control. |
|
|
|
|
|
|
|
| Indicates whether the code is run when the application is in background. |
|
|
|
|
|
|
|
| Indicates if the current code is being executed on the WebSocket server. |
|
|
|
|
|
|
|
| Executes JavaScript code in an HTML Editor control. |
|
|
|
|
|
|
|
| Executes JavaScript code in an HTML Editor control. |
|
|
|
|
|
|
|
| List of Java functions... |
|
|
|
|
|
|
|
| Returns the character corresponding to the specified ASCII code. |
|
|
|
|
|
|
|
| Returns the message associated with an error code on an archive. |
|
|
|
|
|
|
|
| The CaptionHTML property is used to handle the text of a control as HTML code. |
|
|
|
|
|
|
|
| Lists the operations performed on current data files, over the last 24 hours, or on the last 1000 files. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.... |
|
|
|
|
|
|
|
| In order for your site to get visitors, the Web users must be able to find it...... |
|
|
|
|
|
|
|
| Associates a browser procedure with an event on an object in browser code. |
|
|
|
|
|
|
|
| The HTMLBefore property gets and changes the HTML code added before the control. |
|
|
|
|
|
|
|
| The CONTINUE keyword can correspond:
to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
to the CONTINUE: label. It allows you to declare a common code in a loop.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|