Difference between revisions of "Listbox"

From Lianjapedia
Jump to: navigation, search
Line 33: Line 33:
 
|valign="top"|RowSource
 
|valign="top"|RowSource
 
|valign="top"|RW
 
|valign="top"|RW
|valign="top"|Numeric
+
|valign="top"|Character
 
|valign="top"|Source of data to which the object is bound
 
|valign="top"|Source of data to which the object is bound
 
|-
 
|-

Revision as of 07:30, 9 January 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Text RW Character Currently selected row text
Value RW Character Currently selected row text
ListCount RW Numeric Number of items in the List
ColumnCount R Numeric Number of columns in the List
RowSource RW Character Source of data to which the object is bound
RowSourceType RW Numeric Type of Source of data to which the object is bound: 1 = comma-separated string, 2 = table, 3 = SQL statement, 5 = array, 6 = comma-separated fieldlist, 8 = table field structure
RowCount R Numeric Number of rows in the List
ActiveRow RW Numeric Currently selected row number

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddItem item as Character Add an item
AddItems selectstatement as Character | commalist as Character | pipelist as Character | items as Array Add items based on an SQL SELECT query, a comma-separated list, a pipe-separated list or an array
RemoveItem

itemtext as Character | itemnumber as Numeric

Clear None Clear the ListBox
List itemnumber as Numeric Return the text of the specified item
Item itemnumber as Numeric Return the text of the specified item

Events

This class supports the Common Events plus the following:

Event Args Description