Reference to the component to be managed
Member of Attachment Layout Item (PRIM_ATLI)
Data Type - PRIM_CTRL - Base class for all visual controls
Reference to the control that will be manipulated by the layout item. The IDE will manage layout definition through the use of the designer. This code is provided for reference purposes.
Simple attachment layout with panel occupying the Top portion of the caontainer.
Define_Com Class(#PRIM_ATLM) Name(#AttachLayout1) Define_Com Class(#PRIM_ATLI) Name(#AttachItem1) Attachment(Top) Manage(#Panel) Parent(#AttachLayout1)
Febuary 18 V14SP2