HTBasic Help
×
Menu
Index

Parent widget

 
A widget that is one level above all of its children in the widget hierarchy. A parent widget contains its child widgets. A parent widget can be a level-0 widget, but is not necessarily one.
 
A widget becomes a parent when you assign child widgets to it using the PARENT option in the child widgets’ ASSIGN statements. A widget can be both a parent and child widget at the same time.