Contents
Display Legacy Contents

 Print
    Keywords    

Function Description
CCY_DPLACES This Keyword returns a <string>, the project defined Currency Decimal Places.
CCY_SYMBOL This Keyword returns a <string>, the project defined Currency Symbol.
CLICKEDCOLUMN Returns the index of the column of a Table Control, clicked by the user.
COMMANDLINE Returns the command line used to start the process.
CR Returns the ASCII char number 13, Carriage Return.
CURRENTPLANE Returns the index of the current plane on the Form.
DB_VERSION Returns the Database Version parameter defined by the user under the Project Properties (Others).
DFOLDER This Keyword returns a <string>, the path of the folder registered in the system as the Downloads folder.
DQUOTE Returns the ASCII char number 34, Double Quote.
DSEPARATOR This Keyword returns a <string>, the project defined Decimal Separator
ENTER Returns the ASCII chars number 13 and 10, Carriage Return and Line Feed.
ERRORACTIONID Returns the ID of the Action that caused the error.
ERRORCODE Returns the code of the error caused by an Action.
ERRORMSG Returns the message of the error caused by an Action.
FALSE Returns the value of false that is "0".
IERRORCODE Returns the internal code of the error caused by an Action.
K_SIMULATOR Returns True if the Project is being executed in the Simulator.
K_VERSION Returns the installed version of Kalipso.
KEYPRESSED Returns the ASCII value of the pressed key.
KFOLDER Returns the path to the Kalipso folder on the current device.
LASTPLANE Returns the highest index of a plane containing Controls in the current Form.
LF Returns the ASCII char number 10, Line Feed.
NO Returns 0.
PFOLDER Returns the path to the Project folder on the current device.
PI Returns the mathematical value of pi.
POPUP Returns the index of the option selected by the user on the last Popup Menu.
PRJ_NAME Returns the Project Name parameter defined by the user under the Project Properties (Others).
PRJ_VERSION Returns the Project Version parameter defined by the user under the Project Properties (Others).
RECACCURACY Returns the accuracy level of the last Voice Recognition.
RECCONFIDENCE Returns the confidence level of the last Voice Recognition.
RECEXTRAEVENT Returns TRUE if an extra event was recognized.
RECORDCOUNT Returns the number of records returned by the last SQL Sentence Action. 
 SDFOLDER This Keyword returns a <string>, the path of the external Storage, normally the SDCard.
 PSDFOLDER This Keyword returns a <string>, the path of application specific folder on the external Storage, normally the SDCard.
Some platforms don't support this, so they return the same as SDFOLDER added with the name of the project.
TAB Returns the ASCII char number 9, TAB.
 TFOLDER This Keyword returns a <string>, the path of the folder registered in the system as the Temporary folder.
TRUE Returns the value of TRUE that is "1".
 TSEPARATOR This Keyword returns a <string>, the project defined Thousand Separator.      
YES Returns 1.


See also
 
Updated: 10/11/2016 10:35 AM