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