Language Reference Guide : 4. System Classes : FrameSource Class : IsAutoSized Attribute
 
Share this page                  
IsAutoSized Attribute
Data Type: smallint
4GL Access: RW
The IsAutoSized attribute sizes a window automatically according to the sizes of the fields on the form displayed in the window.
Valid values are:
TRUE
Specifies that the frame's window sizes itself to fit all the fields in the frame at startup. OpenROAD first determines the size of the topmost and leftmost fields and then adds an equivalent margin to the bottommost and rightmost fields. It uses only visible fields for the calculations.
FALSE
Specifies that the frame's window does not size itself to field size at startup