BBjFormElement::add
Description
In BBj 4.0 and higher, this method adds a form element as a child to this form element.
Syntax
Return Value |
Method |
---|---|
void |
add(BBjFormElement object) |
Parameters
Variable |
Description |
---|---|
object |
Specifies the form element to add as a child. |
Return Value
None.
Remarks
Child form elements are drawn after the parent object is drawn.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.