|
|
|
|
|
|
|
Reads the HTTP header received in a call to a SOAP or REST Webservice. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Usage example of the zipExtractFile function |
|
|
|
|
|
|
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns). |
|
|
|
|
|
|
Reads the value of a matrix element. |
|
|
|
|
|
|
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play... |
|
|
|
|
|
|
The restResponse type is used to define all the advanced characteristics of a REST response. |
|
|
|
|
|
|
The CalculatedItemExpression property is used to:
Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming.
Define the SQL expression returning the value of a calculated item (when describing the item through programming).... |
|
|
|
|
|
|
Starting with Android 10, Google no longer allows an application running in the background to open a window |
|
|
|
|
|
|
Usage example of the API function |
|
|
|
|
|
|
Usage example of the fLock function |
|
|
|
|
|
|
The Note property is used to get and change a text associated with an element. |
|
|
|
|
|
|
Modifies the display mode of errors. |
|
|
|
|
|
|
Downloads a document from the Google Docs service. |
|
|
|
|
|
|
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode. |
|
|
|
|
|
|
Configures the use of Socket functions. |
|
|
|
|
|
|
WINDEV manages the following events by default (in order of appearance in the code editor)... |
|
|
|
|
|
|
Unlocks the records of a data file:
locked by HLockFile.
individually locked by a locking read function.... |
|
|
|
|
|
|
Usage example of the CallDLL32 function |
|
|
|
|
|
|
Each WINDEV function is associated with a WINDEV DLL...... |
|
|
|
|
|
|
Searches for a value in a column of a TreeView Table control, in a specified branch. |
|
|
|
|
|
|
Usage example of the fUnlock function |
|
|
|
|
|
|
Usage example of the zipAddFile function |
|
|
|
|
|
|
In a WHILE statement, the expression is evaluated at each beginning of the block of statements... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|