Language Reference Guide : 4. System Classes : CompositeField Class : IsResizeBounded Attribute
 
Share this page                  
IsResizeBounded Attribute
Data Type: smallint
4GL Access: RW
This attribute specifies whether resizing of child fields within the composite is bounded by the borders of the composite itself.
Valid values are:
TRUE
Specifies that resizing of child fields within the composite is bounded by the borders of the composite itself (when the child fields are FB_FLEXIBLE or FB_RESIZEABLE)
FALSE
Specifies that child fields can be resized beyond the borders of the composite field, although they still are kept within the composite itself
Default: FALSE for all CompositeField types except FlexibleForm
OpenROAD enforces this setting only when the end user attempts to resize the field, not when the application does.
The IsResizeBounded attribute does not affect table fields.