BBjTriggerData::getKeyName

Description

In BBj 6.0 and higher, this method returns the KNUM option's value if it is a string.

Syntax

Return Value

Method

string

getKeyName()

Parameters

None.

Return Value

The string KNUM= Option from the Read/Extract Verb.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'Get the KeyName
keyName$ = td!.getKeyName()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.