Wizard_hw::ConfiguredContent — Create the contents of screen with configured items.
Import Wizard_hw;
term
Wizard_hw::ConfiguredContent
( | term | table_header , |
list | table_contents , | |
term | above_table , | |
term | below_table , | |
term | below_buttons , | |
term | buttons
) ; |
Table header as defined in UI.
Table items.
Content to place above table. There is no need to place caption here, because the dialog has its caption. Set it to nil if you do not want to place anything here.
Contents to place between table and buttons. Set it to nil if you do not want to place anything here.
Content to place below bottons. Set it to nil if you do not want to place anything here.
Content to place rights from buttons. Usually an additional button, e.g. Set as default. Set it to nil if you do not want to place anything here.