Field Intrinsic Functions - IsDefault Method

Test if the field value matches the defined default value

Member of Field Intrinsic Functions (PRIM_LIBI.IFieldIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)BooleanTrue 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

Febuary 18 V14SP2