Xbasic

{LISTVIEW}

Syntax

{LISTVIEW= Width, Height SelectedData ^= ListViewDefinition }

Arguments

Width

Numeric. An integer value for the maximum number of characters to display on one line. The actual number displayed may be less because of word wrap.

Height

Numeric. Optional. Default = 1. The number of rows to display. This may be a fractional number, such as 1.25.

SelectedData

Character. A field from the selected record.

ListViewDefinition

Pointer. A data structure that defines all characteristics of the list view control.

Description

The {LISTVIEW} control displays data from an Alpha Anywhere table, Access database, ADO compatible database, or ODBC compatible database in a grid format similar to that provided by Windows Explorer.

Limitations

Desktop applications only

See Also