A frame is a display area within a window that can group together (contain) a set of field‑level widgets and child frames. In addition to default frames set up by ABL, you can set up static frames with the Frame phrase or DEFINE FRAME statement. You can create a dynamic one‑down frame with the CREATE widget statement.Related field‑level widgets and child frames are actually parented by a single field group widget, which is owned, in turn, by the parenting frame. You parent static field‑level widgets to a static frame using a DEFINE FRAME, FORM, or FRAME I/O statement. You parent dynamic field‑level widgets to any frame by setting the FRAME attribute of each field‑level widget to the handle of the parent frame. You can parent frame widgets to any frame by setting the FRAME attribute of each child frame to the handle of its parent frame.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |