BBjFileInfo::setText
Description
In BBj 6.0 and higher, this method sets the text value of a file associated with a BBjFileInfo object.
Syntax
Return Value |
Method |
void |
setText(string text) |
Parameters
Return Value |
Method |
text |
Specifies the text to be associated with this file. |
Return Value
None.
Remarks
This method throws an !ERROR=13 if the file associated with this BBjFileInfo object is not a VKEYED file.
This method throws an !ERROR =0 if the file is not locked.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.