Salesforce

IsDefault (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

IsDefault (Magic xpa 3.x)

Tests if a variable's value is equal to its default value.

Syntax:

IsDefault (variable)

Parameters:

variable: value representing a variable index in the variable list

Returns:

Boolean value indicating if the variable's value is (True) or is not (False) equal to the default value.

Example:

IsDefault ('C' VAR) Compares the C variable to the default value set in the Column Properties sheet.

See also:

The Online and Rich Client Samples projects (program VA08 and RVA08)

Reference
Attachment 
Attachment