var longCount = ListBox.Count();
longCount = ListBox.Count
longCount = ListBox.Count
|
Element
|
Beschreibung
|
|---|---|
|
longCount
|
Die Anzahl der Elemente im Listenfeld als Ganzzahl.
|
var longSelIndex = ListBox.CurSel();
ListBox.CurSel(longSelIndex);
longSelIndex = ListBox.CurSel
ListBox.CurSel = longSelIndex
longSelIndex = ListBox.CurSel
ListBox.CurSel = longSelIndex
|
Element
|
Beschreibung
|
|---|---|
|
longSelIndex
|
Der Index des ausgewählten oder auszuwählenden Elements. Der Index ist nullbasiert.
|
var longLBERR = ListBox.LBERR();
longLBERR = ListBox.LBERR
longLBERR = ListBox.LBERR
|
Element
|
Beschreibung
|
|---|---|
|
longLBERR
|
Ein Ganzzahlwert, der die Einstellung der LBERR-Konstante angibt.
|