|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.... |
|
|
|
|
|
|
|
| An application that works with the User Groupware can be used with a database handled by a Native Connector... |
|
|
|
|
|
|
|
| To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV database schema... |
|
|
|
|
|
|
|
| Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP). |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| WINDEV Tutorial: External components Reusing code with external components - 40 min |
|
|
|
|
|
|
|
| The Torch property is used to determine and change how a Camera control uses the torch. |
|
|
|
|
|
|
|
| Identifies the control hovered over with the mouse cursor. |
|
|
|
|
|
|
|
| Lists the values supported by the device camera for a given parameter.
Function kept for "Version-26-compatible" Camera controls.... |
|
|
|
|
|
|
|
| The File Description variable is used to programmatically describe data files. |
|
|
|
|
|
|
|
| Collapses a branch previously expanded.... |
|
|
|
|
|
|
|
| Discover the main operations that can be performed on a project.... |
|
|
|
|
|
|
|
| Imports the users stored in a LDAP directory into the user file of user groupware. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established. |
|
|
|
|
|
|
|
| Frees the library that was loaded in memory by LoadWDL. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established. |
|
|
|
|
|
|
|
| Lists the values supported by the device camera for a given parameter.
Function kept for "Version-26-compatible" Camera controls.... |
|
|
|
|
|
|
|
| Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV). |
|
|
|
|
|
|
|
| Returns the path of the directory that will be used to store files in the external storage space of the Android device. |
|
|
|
|
|
|
|
| The InputEnabled property is used to:
Determine if a control or a group of controls is editable or read-only.
Change the input options for a control or group of controls.... |
|
|
|
|
|
|
|
| The runtime log is the best way to identify the most used features of an application...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|