BBjFileInfo::getKeyNumber
Description
In BBj 6.0 and higher, this method gets the number of a named VKEYED key chain.
Syntax
Return Value |
Method |
int |
getKeyNumber(string keyname) |
Parameters
Variable |
Description |
keyname |
Specifies the key name. |
Return Value
The key number associated with the specified key name.
Remarks
This method throws an !ERROR=13 if the file associated with this BBjFileInfo object is not a VKEYED file, or an !ERROR=11 if there is no key chain associated with the specified name.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.