Contents
Display Legacy Contents

 Print
    Temporary Variables    
A Variable is a memory zone where you can store and retrieve information. For each Event, you have 100 Variables where to store information in. The content of a Temporary Variable is available only on the Event where it belongs. This means that Temporary Variable 0 in Event "Open Form" in Form “frm_Main” can have a different content than Temporary Variable 0 in Event "Close Form" of the same Form. You can change the content of a Temporary Variable through Action “Set Var”. In Expressions, Temporary Variables are identified as TVAR(<Name>).

For your own organization, you can name the Temporary Variables. Select the Temporary Variable that you want to rename on the Table and press the button to edit its properties.

Variable Temporary Variable Identifier
You cannot change this value.

Name Temporary Variable Name
Name that you want to give to the Temporary Variable. The name of the Temporary Variable should only contain letters, digits or underscore (_). This is the Name that will identify the Temporary Variable throughout the Event.

Description Temporary Variable Description
Description that you want to give to the Temporary Variable. This property is for your information only.

See also
 
Updated: 11/7/2014 6:00 PM