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
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.
Threads
This action is used to user knows if a critical section is locked or not.
Code
When testing your Project on the Simulator, you can trace the execution of your application.
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
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.
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