company logo

Key :: isEmpty - Is key empty

The property indicates, whether the string value of the typed string is empty or not.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool Key  :: isEmpty (  )

The function returns true, when string value is empty ("") and key area is NULL (no key) and false otherwise.