BBjTriggerData::getKeyCallType
Description
In BBj 11.0 and higher, this method returns the type of KEY call that was used to fire the KEY trigger. This method is only valid from inside KEY triggers.
Syntax
Return Value |
Method |
string |
getKeyCallType() |
Parameters
None.
Return Value
The type of KEY call that was used to fire the KEY trigger. Returns one of the following: KEY, KEYF, KEYL, KEYP, or KEYN.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.