About Us
Products
Purchase
Downloads
Support
Forums
Contact Us
Site
 Register to post in forums, or Log in to your existing account
 

 Related 
Contents
Common Properties:
  Name *
  Caption
  Left *
  Top *
  Width *
  Height *
  Align *
  AutoLeft *
  AutoTop *
  DeltaLeft *
  DeltaTop *
  DeltaRight *
  DeltaBottom *
  AutoCenter *
  FullWidth *
  Menu *
  Anchors
  Color
  Enabled
  Visible
  DataSource
  Field
Common Events:
  OnClick *
Visual Object Reference
  Common Properties
  Common Events
  ActiveX
  Button
  Checkbox
  CheckGroup
  ColorBtn
  Column
  Combo
  Dock
  Edit
  Grid
  Group
  Image
  Item
  ItemSep
  Label
  List
    Columns
    ItemHeight
    Sorted
    MultiSelect
    ExtendedSelect
    ItemIndex
    SelCount
    TopIndex
    ValueType
    Items
    Value
    ItemList
    CaptionProp
    Add
    SelectAll
    ClearSelection
    Clear
    Count
  Memo
  Menu
  Navigator
  Node
  Page
  Pages
  Panel
  RadioGroup
  Ruler
  SpinEdit
  Splash
  Splitter
  StatusBar
  Style
  Tab
  Tabs
  Toolbar
  Tree
  Window
Related Links:
  Command Reference
  #WIZLIST
  #WIZLIST
List [[zList]] 
NOTE: This Design document is subject to change at any time.
List

Syntax: <LIST property-list>group items</LIST>

Creates a list of items.

Items can be added with the ItemList property, or by placing a GROUPITEM within the group. For example, you can use the code:
Code:
<LIST ItemList='Item 1|Item 2|Item 3'/>

or the equivalent code:
Code:
<LIST>
  <GROUPITEM Caption='Item 1'/>
  <GROUPITEM Caption='Item 2'/>
  <GROUPITEM Caption='Item 3'/>
</LIST>

The advantage of the second method is that you can also specify the Value property of each item.

The ValueType property has options for different formats for the Value property of this control. By default, a numeric value formed by "ORing" the values of the selected items is returned.
Viewer Comments [0 - Post your comments]

Jump to:  

© 2009 Zugg Software. Hosted by Wolfpaw.net