You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Field Intrinsic Functions - IsDefault Method
Test if the field value matches the defined default value
Member of Field Intrinsic Functions (PRIM_LIBI.IFieldIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Boolean

True if the field value matches the defined default value

Details


IsDefault compares the subject variable with its defined default value and returns true if the two are equal.

Example


#Button.enabled := #Std_price.IsDefault

See also

All Component Classes
Technical Reference

  • No labels