List of items.
Public Member Functions | |
__init__ () | |
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 | |
FBPropertyStringList | Items |
List: Names of items in list. | |
FBPropertyBase | ItemIndex |
Read Write Property: Current item index. | |
FBPropertyBase | MultiSelect |
Read Write Property: Can multiple items be selected?. | |
FBPropertyBase | ExtendedSelect |
Read Write Property: Extended selection state?. | |
FBPropertyListStyle | Style |
Read Write Property: Style or direction of list. | |
FBPropertyEvent | OnChange |
Event: List changed. | |
FBPropertyEvent | OnDragAndDrop |
Event: Drag and drop event. |
__init__ | ( | ) |
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. |
List: Names of items in list.
FBPropertyBase ItemIndex |
Read Write Property: Current item index.
FBPropertyBase MultiSelect |
Read Write Property: Can multiple items be selected?.
FBPropertyBase ExtendedSelect |
Read Write Property: Extended selection state?.
FBPropertyListStyle Style |
Read Write Property: Style or direction of list.
FBPropertyEvent OnChange |
Event: List changed.
FBPropertyEvent OnDragAndDrop |
Event: Drag and drop event.