# Keywords

| **Function**                                                                                                                               | **Description**                                                                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [CCY\_DPLACES](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/ccy_dplaces)    | This Keyword returns a *\<string>*, the project defined Currency Decimal Places.                                                                                                                                                                      |
| [CCY\_SYMBOL](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/ccy_symbol)      | This Keyword returns a *\<string>*, the project defined Currency Symbol.                                                                                                                                                                              |
| [CLICKEDCOLUMN](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/clickedcolumn) | Returns the index of the column of a Table Control, clicked by the user.                                                                                                                                                                              |
| [COMMANDLINE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/commandline)     | Returns the command line used to start the process.                                                                                                                                                                                                   |
| [CR](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/cr)                       | Returns the ASCII char number 13, Carriage Return.                                                                                                                                                                                                    |
| [CURRENTINDEX](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/currentplane)   | Returns a <*numeric*>, the index of the current item added in "Item Added" and "ItemAdded Background Thread" events.                                                                                                                                  |
| [CURRENTPLANE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/currentplane-1) | Returns the index of the current plane on the Form.                                                                                                                                                                                                   |
| [DB\_VERSION](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/db_version)      | Returns the Database Version parameter defined by the user under the Project Properties (Others).                                                                                                                                                     |
| [DFOLDER](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/dfolder)             | This Keyword returns a *\<string>*, the path of the folder registered in the system as the Downloads folder.                                                                                                                                          |
| [DQUOTE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/dquote)               | Returns the ASCII char number 34, Double Quote.                                                                                                                                                                                                       |
| [DSEPARATOR](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/dseparator)       | This Keyword returns a *\<string>*, the project defined Decimal Separator.                                                                                                                                                                            |
| [ENTER](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/enter)                 | Returns the ASCII chars number 13 and 10, Carriage Return and Line Feed.                                                                                                                                                                              |
| [ERRORACTIONID](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/erroractionid) | Returns the ID of the Action that caused the error.                                                                                                                                                                                                   |
| [ERRORCODE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/errorcode)         | Returns the code of the error caused by an Action.                                                                                                                                                                                                    |
| [ERRORMSG](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/errormsg)           | Returns the message of the error caused by an Action.                                                                                                                                                                                                 |
| [FALSE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/false)                 | Returns the value of false that is "0".                                                                                                                                                                                                               |
| [IERRORCODE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/ierrorcode)       | Returns the internal code of the error caused by an Action.                                                                                                                                                                                           |
| [K\_SIMULATOR](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/k_simulator)    | Returns True if the Project is being executed in the Simulator.                                                                                                                                                                                       |
| [K\_VERSION](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/k_version)        | Returns the installed version of Kalipso.                                                                                                                                                                                                             |
| [KEYPRESSED](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/keypressed)       | Returns the ASCII value of the pressed key.                                                                                                                                                                                                           |
| [KFOLDER](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/kfolder)             | Returns the path to the Kalipso folder on the current device.                                                                                                                                                                                         |
| [LASTPLANE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/lastplane)         | Returns the highest index of a plane containing Controls in the current Form.                                                                                                                                                                         |
| [LF](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/lf)                       | Returns the ASCII char number 10, Line Feed.                                                                                                                                                                                                          |
| [NO](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/no)                       | Returns 0.                                                                                                                                                                                                                                            |
| [PFOLDER](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/pfolder)             | Returns the path to the Project folder on the current device.                                                                                                                                                                                         |
| [PI](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/pi)                       | Returns the mathematical value of pi.                                                                                                                                                                                                                 |
| [POPUP](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/popup)                 | Returns the index of the option selected by the user on the last Popup Menu.                                                                                                                                                                          |
| [PRJ\_NAME](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/prj_name)          | Returns the Project Name parameter defined by the user under the Project Properties (Others).                                                                                                                                                         |
| [PRJ\_VERSION](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/prj_version)    | Returns the Project Version parameter defined by the user under the Project Properties (Others).                                                                                                                                                      |
| [RECACCURACY](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/recaccuracy)     | Returns the accuracy level of the last Voice Recognition.                                                                                                                                                                                             |
| [RECCONFIDENCE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/recconfidence) | Returns the confidence level of the last Voice Recognition.                                                                                                                                                                                           |
| [RECEXTRAEVENT](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/recextraevent) | Returns TRUE if an extra event was recognized.                                                                                                                                                                                                        |
| [RECORDCOUNT](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/recordcount)     | Returns the number of records returned by the last SQL Sentence Action.                                                                                                                                                                               |
| [SDFOLDER](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/sdfolder)           | This Keyword returns a *\<string>*, the path of the external Storage, normally the SDCard.                                                                                                                                                            |
| [PSDFOLDER](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/psdfolder)         | <p>This Keyword returns a <em>\<string></em>, the path of application specific folder on the external Storage, normally the SDCard.<br>Some platforms don't support this, so they return the same as SDFOLDER added with the name of the project.</p> |
| [TAB](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/tab)                     | Returns the ASCII char number 9, TAB.                                                                                                                                                                                                                 |
| [TFOLDER](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/tfolder)             | This Keyword returns a *\<string>*, the path of the folder registered in the system as the Temporary folder.                                                                                                                                          |
| [TRUE](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/true)                   | Returns the value of TRUE that is "1".                                                                                                                                                                                                                |
| [TSEPARATOR](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/tseparator)       | This Keyword returns a *\<string>*, the project defined Thousand Separator.                                                                                                                                                                           |
| [YES](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/yes)                     | Returns 1.                                                                                                                                                                                                                                            |
