IsKeyExist method: BannerTile class
Syntax
IsKeyExist(KEYNAME)
Description
Use the IsKeyExist method to return a boolean value indicating whether the specified key name exists.
Parameters
| Parameter | Description |
|---|---|
|
KEYNAME |
Specifies the name of the key as a string value. |
Returns
A boolean value.
Example
If &oBanner.IsKeyExist("SETID") Then
&oBanner.DeleteKey("SETID");
End-If;