BBjFileInfo::getText
Description
In BBj 6.0 and higher, this method retrieves the text value from a file associated with a BBjFileInfo object.
Syntax
Return Value |
Method |
string |
getText() |
Parameters
None.
Return Value
Returns the text value from the file associated with this BBjFileInfo object. If no text value has been set, this returns "".
Remarks
This method throws an !ERROR=13 if the file associated with this BBjFileInfo object is not a VKEYED file.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.