BBjFileSystem::makeKeyInfo
Description
In BBj 6.0 and higher, this method creates a BBjKeyInfo object.The BBjKeyInfo object can be used to manipulate VKEYED file key chains dynamically.
Syntax
Return Value |
Method |
makeKeyInfo(BBjKeySegmentsegment!, booleanunique) |
|
makeKeyInfo(BBjVectorsegments!, booleanunique) |
Parameters
Variable |
Description |
segment! |
Specifies a single key segment. |
segments! |
Specifies a BBjVector that contains one or more key segments. |
unique |
Indicates whether this key chain is unique. |
Return Value
Returns a BBjKeyInfo object, which is used to manipulate VKEYED key chains.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects