BBjFileInfo::dropKey
Description
In BBj 6.0 and higher, this BBjFileInfo method drops a key chain from a VKEYED file.
Syntax
Return Value |
Method |
void |
dropKey(int keynum) |
void |
dropKey(string keyname) |
Parameters
Variable |
Description |
keynum |
Specifies the key number to be dropped. |
keyname |
Specifies the key name to be dropped. |
Return Value
None.
Remarks
This method will fail, reporting an !ERROR=13 if any of the following conditions is true:
-
The file is not VKEYED
-
The file is not locked
-
Attempt to drop key number zero when there are no other key chains
-
Attempt to drop key number zero when the key chain that will replace it is not unique
This method will fail, reporting an !ERROR=11 on an attempt to drop a named key chain that does not exist.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.