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

BBjVector

getKeySegments()

boolean

isUnique()

Remarks

None.

Example

rem ' Obtain the instance of the BBjFileSystem object

BBjFileSystem! = BBjAPI().getFileSystem()

rem ' Create a BBjKeySegment object
BBjKeySegment! = BBjFileSystem!.makeKeySegment(0,0,10,0,0)

rem ' Create a BBjKeyInfo object
BBjKeyInfo! = BBjFileSystem!.makeKeyInfo(BBjKeySegment!,0)

See Also

BBjAPI

BBj Object Variables

BBj Object Assignment

BBj Object Error Handling

BBj Object Operators

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