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