IsKey property: Field class

Description

This property is True if this field references a field definition that is defined as a primary key of the associated record definition.

This property is read-only.

Example

If &CHARACTER.IsKey Then
     Warning ("The field " | &Character.Name | " is a key");
End-If;