Migration Guide : E. Features Introduced in OpenROAD 6.2 : Changes to Existing Features : SubForm Class Gets New Attributes
 
Share this page          
SubForm Class Gets New Attributes
The SubForm class, which represents a group of fields contained in a fixed bounding box that you can move on the form as a unit, has the following new attributes:
ChildBottomMargin
Data Type: integer
4GL Access: RW
The ChildBottomMargin attribute specifies the margin on or above which all the subform's child fields usually will be placed, measured in 1000ths of an inch.
ChildLeftMargin
Data Type: integer
4GL Access: RW
The ChildLeftMargin attribute specifies the margin on or to the right of which all the subform's child fields usually will be placed, measured in 1000ths of an inch.
ChildRightMargin
Data Type: integer
4GL Access: RW
The ChildRightMargin attribute specifies the margin on or to the left of which all the subform's child fields usually will be placed, measured in 1000ths of an inch.
ChildTopMargin
Data Type: integer
4GL Access: RW
The ChildTopMargin attribute specifies the margin on or below which all the subform's child fields usually will be placed, measured in 1000ths of an inch.
SizeToFit
Data Type: integer
4GL Access: RW
The SizeToFit attribute specifies how the subform will resize relative to its parent and to the frame.
For complete information about the SubForm class and these attributes, see the Language Reference Guide.