Group Code
Kalipso - Developing - Form - Actions - Actions List - Group Code
Subgroup | Action | Description |
Conditions | The if-then construct (sometimes called if-then-else) is common across many programming languages. Click to know more. | |
Conditions | The if-then construct (sometimes called if-then-else) is common across many programming languages. | |
Conditions | The if-then construct (sometimes called if-then-else) is common across many programming languages Click to know more. | |
Conditions | The if-then construct (sometimes called if-then-else) is common across many programming languages. Click to know more. | |
Conditions | This action is used to show a message error to the user. Typically, have a Message Box and a Cancel actions between On Error and End On Error. | |
Conditions | This action is used to show a message error to the user. Typically, have a Message Box and a Cancel actions between On Error and End On Error. | |
Loops | For each is an action for traversing items in a collection. | |
Loops | For each is an action for traversing items in a collection. End of the action | |
Loops | Go to to the begin of current loop. | |
Loops | A while loop is a control flow statement that allows code to be executed repeatedly based on a given condition. | |
Loops | A while loop is a control flow statement that allows code to be executed repeatedly based on a given condition. | |
Interrupt | Cancel Event execution. | |
Interrupt | Stops execution during a specified amount of time. | |
Interrupt | Exit from current loop. | |
Interrupt | Stop execution at this point (no other action are executed). | |
Threads | This action defines the beginning of a critical section. | |
Threads | This action defines the leaving of a critical section. | |
Threads | This action is used to user knows if a critical section is locked or not. | |
Threads | This action defines the current thread priority. | |
Threads | This action will wait until all background threads stop running. | |
Code | This action allows the user to introduce a text comment in the code. | |
Code | This action allows the user to introduce a separator in the code. | |
Code | This action introduces a breakpoint in the users code. | |
Code | This action shows a string in the trace window. It is only for the simulator | |
Code | When testing your Project on the Simulator, you can trace the execution of your application. | |
JSON | Imports from text or a JSON file to a Database Table. | |
JSON | Exports from a Database Table to text or a JSON file. | |
JSON | Retrieves the value from the item of a JSON object. | |
JSON | Retrieves one item from a JSON array. | |
JSON | Retrieves the number of items in a JSON array. | |
JSON | Retrieves the properties list found in the top level JSON object. | |
Encryption | Encrypt a string or file based on a specified key. | |
Encryption | Decrypt a string or file based on a specified key. | |
Encryption | Calculates Checksum based on CR32, MD5, SHA256, HMAC_SHA256 and PBKDF2-HMAC-SHA256. | |
Encryption | Encrypt Symmetric allows to encrypt data with a unique Key. This Key needs to be the same to Encrypt and Decrypt. | |
Encryption | Decrypt Symmetric allows to decrypt data with a unique Key. This Key is the same for Encrypt and Decrypt. | |
Encryption | Encrypt Asymmetric will use a Public Key to encrypt the data that can only be decrypted with the corresponding Private Key. | |
Encryption | Decrypt Asymmetric will use a Private Key to Decrypt the data. | |
Encryption | Sign Message with your Private Key will generate a “hash” that can be verified with your public key. | |
Encryption | Verify Message will use your Public Key to validate the message that was previously Signed. | |
Encryption | Encrypts with device security certificates. | |
Encryption | Decrypts with device security certificates. | |
AppCenter | Enabled or Disables a Microsoft AppCenter module. | |
AppCenter | Sets a property of the AppCenter modules. | |
AppCenter | Logs an event in the AppCenter Analytics module. This is also referred as the TrackEvent function in theAppCenter documentation. | |
AppCenter | Generates an App Crash. Use this with care, since it will really make your App crash. |
Last updated