Method FrameSet():addFrame() Professional

Adds a frame to the frameset.

Syntax
:addFrame( <oFrame> ) --> lSuccess
Parameters
<oFrame>
The object <oFrame> of class Frame is added to the internal stack.
Return

The method returns .T. (true) if the file was written successfully, otherwise .F. (false) is returned.

Description

This method does not produce HTML output but is used to add a Frame object to the internal stack of a Frameset object. It is only relevant when a Frame object is not created by the :newFrame() method.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.