The element mnWheel is a selection field.
Parameters
|
Property |
Description |
|---|---|
|
Daten |
Variable for selection texts. |
|
Bilder verwenden |
Texts are image id's |
|
Markierter Index |
Variable for active index in the selection |
|
End Index |
Variable for last selectable text as index. |
|
Font |
Font settings |
|
Farbe Schriftart |
Color of the texts. |
Remarks
-
Arrays must always start with index 0.
Beispiel Texts (String Texts):
C++
sValues : ARRAY[0..9] OF STRING := ['Hello', 'World', 'c','d','e','f','g'];
sValuesStream: STRING(1000);
sValuesStream := MnStringArrayToStream(pData:= ADR(sValues), dwSize := SIZEOF(sValues));