User Dialog Group

HostExplorer Programming

User Dialog Group

3270 5250 VT

Begin—Starts the dialog-box declaration for a user-defined dialog box.

Begin Dialog—Begins and ends a dialog-box declaration.

CancelButton—Used in the interactive dialog box.

CheckBox—Used in the interactive dialog box.

ComboBox—Used in the interactive dialog box.

Dialog (statement)—Displays a dialog box.

DialogFunc—Implements the dynamic dialog capabilities. Not supported by Hummingbird Basic. Supported by Microsoft Visual Basic.

DropListBox—Defines a drop-down list box item.

GroupBox—Defines and draws a box that encloses sets of dialog box items, such as option boxes and check boxes.

ListBox—Displays a list of items from which the user can select one or more.

OKButton—Defines an OK button dialog box control. See Dialog Box Definition.

OptionButton—Defines an option button item.

OptionGroup—Groups a series of option buttons under one heading in a dialog box.

Picture—Defines a picture control in a custom dialog box.

PushButton—Defines a custom push button.

Text—Places lines of text in a dialog box.

TextBox—Sometimes called an edit field or edit control. Displays information entered at design time, entered by a user, or assigned to the control in the code at run time.