Determines whether an attribute value is a key value in the application.
Syntax
unsigned char isKey();
Parameters
None.
Return values
Returns TRUE if the attribute is a key field of the business object or FALSE if the attribute is not a key field.
Notes
You can use the isKey() method to find all the key attributes for a business object.