BBjHtmlView::getText
Description
In BBj 7.00 and higher, this method returns the HTML code for the BBjHtmlView control.
Syntax
Return Value |
Method |
---|---|
string |
getText() |
Parameters
None.
Return Value
Returns the underlying HTML code (i.e. text + HTML tags) for the BBjHtmlView control.

Remarks
In BUI and DWC, this returns only text that was set with setText.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.