BBjKeyInfo
Creation
BBjAPI > BBjFileSystem > BBjKeyInfo
Description
In BBj 6.0 and higher, the BBjKeyInfo object is used to manipulate VKEYED file key chains dynamically.
Creation
The BBjKeyInfo object is created using the following BBjFileSystem method:
Return Value |
Method |
BBjKeyInfo |
makeKeyInfo(BBjKeySegment segment, boolean unique) |
BBjKeyInfo |
makeKeyInfo(BBjVector segments, boolean unique) |
Methods of BBjKeyInfo
Return Value |
Method |
boolean |
isUnique() |
Remarks
None.
Example
|
See Also
BBj Object Creation and Assignment
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.