BBjTriggerData::getFind

Description

In BBj 6.0 and higher, this method indicates whether this read Trigger is a result of a FIND Verb.

Syntax

Return Value

Method

boolean

getFind()

Parameters

None.

Return Value

Boolean indicating whether this read Trigger is a result of a FIND Verb.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

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

rem 'call getFind()
isFind = td!.getFind()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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