|
|
|
|
|
|
|
Dials a phone number for a voice line and chooses the device to use. |
|
|
|
|
|
|
Indicates whether the code is run in the iOS simulator (iPhone, iPad). |
|
|
|
|
|
|
Returns the size (in inches) of the diagonal of the screen on the device where the application is run. |
|
|
|
|
|
|
The GOTO statement is used to run a code identified by a given label... |
|
|
|
|
|
|
Returns the name of the page containing the WLanguage code currently run. |
|
|
|
|
|
|
Returns the number of instances of the WEBDEV site currently run on the server. |
|
|
|
|
|
|
Indicates whether the code is run in the iOS emulator (iPhone, iPad). |
|
|
|
|
|
|
Adds a link to a URL address into the HTML page currently printed. |
|
|
|
|
|
|
Runs OCR and extracts the text from a rectangular area defined with the mouse. |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time...... |
|
|
|
|
|
|
To simplify teamwork, WINDEV Mobile includes a Source Code Manager.... |
|
|
|
|
|
|
This help page explains how to create a sort query with the query editor.... |
|
|
|
|
|
|
WINDEV Tutorial: External components Reusing code with external components - 40 min |
|
|
|
|
|
|
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application...... |
|
|
|
|
|
|
To share a project via the Source Code Manager, a repository must be created...... |
|
|
|
|
|
|
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database. |
|
|
|
|
|
|
Bloque entièrement ou partiellement un fichier externe.... |
|
|
|
|
|
|
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework. |
|
|
|
|
|
|
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
List of SOAP functions... |
|
|
|
|
|
|
WINDEV include several SOAP functions...... |
|
|
|
|
|
|
Creates and runs a custom action (defined through programming) with support of "Undo/Redo".... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|