Language Reference Guide : 4. System Classes : FrameSource Class : IsMaximized Attribute
 
Share this page                  
IsMaximized Attribute
Data Type: smallint
4GL Access: RW
Specifies the initial state that a frame should be instantiated in at runtime. Valid values include:
TRUE
Specifies that the frame should be displayed as maximized
FALSE
(Default) Specifies that the frame should be displayed as not maximized
For example, if you edit the frame in the OpenROAD Workbench Frame Editor and set this value to TRUE in the Property Inspector, when the frame is run, it starts up maximized.
See also FrameExec.IsMaximized (see IsMaximized Attribute).