List Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/index.xml
Information about the List Control.
List Control Methods
/documentation/pages/Ref/Client_Api/UX/UX methods/List Control/index.xml
UX component methods for working with List.
Tabbed List Box Control
/documentation/pages/Guides/Desktop/Xdialog/Controls/List Box/Tabbed List Box Control.xml
To display a list box with multiple columns of data, you use the Tabbed List Box control. The syntax for a tabbed list box control is:
List Box Control Methods
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box Control Methods.xml
The List Box Control has the following methods. The list box control methods are used with a pointer to the control in the following way: .METHOD(). Refer to Retrieving a Pointer to a Control for techniques for getting a pointer.
List Box Control
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/List Box Control.xml
A list box control is a variant of the combo box control, except that the list is typically displayed with several choices visible, so that the user does not have to click a button to display the choices. You can turn a combo box into a list box by changing the '^=' directive to '^#'. The syntax for a list box object is:
List Box Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/List Box/index.xml
Xdialog list box control syntax.
The Record List Control
/documentation/pages/Guides/Desktop/Xdialog/Controls/The Record List Control.xml
A record list control displays data in a combo box, edit-combo box, or a list box. Unlike combo boxes or list boxes, however, the record list is populated dynamically with data from records in a table. The advantage of this over a combo box or list box is that there is no limit to the number of entries that can be displayed in a record list. In addition, record lists have other advantages over combo boxes in that they can be multi-columned.
Simple List Box-Record List Control
/documentation/pages/Guides/Desktop/Xdialog/Controls/Simple List Box-Record List Control.xml
Use this record list command:
Advanced List Box-Record List Control
/documentation/pages/Guides/Desktop/Xdialog/Controls/Advanced List Box-Record List Control.xml
Describes the list box-record list control with an example.
Record List - List Box Control Syntax
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Record List/Record List - List Box Control Syntax.xml
The Record List - List Box Control provides a dynamic view of selected records and fields from a table or set.