|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The steps for creating a RAD pattern are as follows...... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically.... |
|
|
|
|
|
|
|
| The Check Box control can benefit from several AAFs (Automatic Application Features) ...... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object.... |
|
|
|
|
|
|
|
| Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
|
| Deletes all files from an archive. |
|
|
|
|
|
|
|
| The FOR EACH statement is used to perform different types of browse on the arrays... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection...... |
|
|
|
|
|
|
|
| Usage example of the HChangeKey function |
|
|
|
|
|
|
|
| Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control). |
|
|
|
|
|
|
|
| Usage example of the SQLExec function |
|
|
|
|
|
|
|
| Usage example of the HExecuteQuery function |
|
|
|
|
|
|
|
| By default, only the files found in the "List of setup files" window are installed on the user computers...... |
|
|
|
|
|
|
|
| The home page allows you to easily perform the operations for creating and opening projects...... |
|
|
|
|
|
|
|
| The Native SQL Server Connector is used to:
specify the input values during the call to a stored procedure.
retrieve the output values after a call to a stored procedure.... |
|
|
|
|
|
|
|
| Copies the content of a Table or TreeView Table control to the clipboard. |
|
|
|
|
|
|
|
| The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files. |
|
|
|
|
|
|
|
| MyLeftSlidingWindow is used to handle the left sliding window associated with the current window. |
|
|
|
|
|
|
|
| MyRightSlidingWindow is used to handle the right sliding window associated with the current window. |
|
|
|
|
|
|
|
| The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control. |
|
|
|
|
|
|
|
| Establishes an SSL connection between the client and a WebSocket server. |
|
|
|
|
|
|
|
| Checks the existence of a directory. |
|
|
|
|
|
|
|
| Returns the full path of the selected element in a TreeView control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|