Term
|
Definition
| property that causes an object to resize to fit the contents of the text property of an object |
|
|
Term
|
Definition
| to set up a memory location and specify what you want to call the variable and what data type you want the variable to have |
|
|
Term
|
Definition
| level variable- a variable that can be used by any subroutine in a form |
|
|
Term
|
Definition
| A variable that can be used in any routine in any form in a project |
|
|
Term
|
Definition
| A variable that can be used in the subroutine that declares it |
|
|
Term
|
Definition
| a data type that can hold any type of data |
|
|
Term
|
Definition
| indicates which procedure can use the variable |
|
|
Term
|
Definition
| a named location in memory that is used to store information |
|
|