Table of Contents

About

Variable in Apex.

Often called in documentation substitution string

Syntax

#VARIABLE# -- In Page template 
&VARIABLE. -- In Apex form field (with the exact substitution parameter in application property)
&VARIABLE  -- In Apex form field (with the non-exact substitution parameter in application property)
:VARIABLE  -- In SQL and PLSQL
V('VARIABLE') -- PLSQL

where:

Type

  • Apex Collection. Collections enable you to temporarily capture one or more nonscalar values. You can use collections to store rows and columns currently in session state so they can be accessed, manipulated, or processed during a user's specific session.

Category

Built-In

Application Specific

  • Substition

Apex Substitution Variable

Session

Session state value. See Managing Session State Values

Global

Documentation / Reference