
BBjTriggerData
Creation Path
|
|
+--BBjTriggerData
Description
In BBj 6.0 and higher, BBjTriggerData provides access to the running trigger.
Creation
Return Value |
Method |
BBjTriggerData |
Methods of BBjTriggerData
Return Value |
Method |
boolean |
|
string |
|
BBjNumber |
|
boolean |
getDOM() |
string |
|
boolean |
|
boolean |
getField() |
string |
|
string |
|
boolean |
getFind() |
string |
|
BBjNumber |
getIndex() |
string |
getKey() |
string |
|
string |
|
string |
|
int |
|
string |
getModeValue(string p_modeKey) |
string |
|
BBjNumber |
getSize() |
int |
|
string |
|
string |
getUser() |
string |
|
void |
setEOF() |
void |
setExpectedDiskData(string p_value) |
void |
setReadBuffer(string p_data) |
void |
setWriteBuffer(string p_value) |
Remarks
The BBjTriggerData is available only during execution of a file system trigger.
Example
REM Get a Trigger object from the BBj File System |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.