
See samples: List.py, ToolCommunicationReceiver.py.
Public Member Functions |
|
| FBList () | |
| Constructor. |
|
| bool | IsSelected (int pIndex) |
| Returns whether or not the item
pIndex is currently selected. |
|
| Selected (int pIndex, bool pSelected) | |
| Set the current selected state of item at
pIndex to pSelected. |
|
Public Attributes |
|
| bool | ExtendedSelect |
| Read Write Property: Extended
selection state? |
|
| int | ItemIndex |
| Read Write Property: Current item
index. |
|
| FBStringList | Items |
| List: Names of items in list. |
|
| bool | MultiSelect |
| Read Write Property: Can multiple
items be selected? |
|
| FBEvent | OnChange |
| Event: List changed. |
|
| FBEvent | OnDragAndDrop |
| Event: Drag and drop event. |
|
| FBListStyle | Style |
| Read Write Property: Style or
direction of list. |
|
| FBList | ( | ) |
Constructor.
Returns whether or not the item pIndex is currently selected.
| pIndex | Index to see if select or not. |
Set the current selected state of item at pIndex to pSelected.
| pIndex | Index to affect item at. | |
| pSelected | State to set item at pIndex to. |
Read Write Property: Extended selection state?
List: Names of items in list.
Read Write Property: Can multiple items be selected?
Event: Drag and drop event.
Read Write Property: Style or direction of list.
1.5.3