BBjFormElement::setRelative
Description
In BBj 4.0 and higher, this method sets whether the position is relative to the parent form element or page margins.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setRelative(boolean relative)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             relative  | 
                                                        
                                                             Specifies whether the position is relative. If true, the control is relative to the parent form element or page margins. If false, the control coordinates are absolute.  | 
                                                    
Return Value
None.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.