Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Array has the following structure:

PosNameTypeDescriptionDefault
<1>Show Combo Drop DownBooleanFlag indicating whether or not combo box drop down exists0
<2>Configuration
<2, 1>Columns ListMultivalue@TM delimited list of column headings""
<2, 2>Column Settings ListMultivalue@TM delimited list of column settings""
<2, 3>DataMultivalueCombo box data""
<2, 4>Master ColumnIntegerThe column containing the return values1
<2, 5>AutofillBooleanIf true, then autofill is enabled1
<2, 6>Case Sensitive AutofillBooleanIf true, then autofill is case sensitive0
<2, 7>Number of Visible RowsIntegerThe number of viewable rows at a time0
<2, 8>Fire OnOptionClickBooleanIf true, fire the OnOptionClick when the user presses the drop down button0
<2, 9>Filtered AutofillBooleanIf true, reduce the list to only those items that partially match the current contents1
<2,10>Show Drop Down ImmediatelyBooleanIf true, shows the drop down as soon as the user enters the control1
<2, 11>LIST FormatBooleanIf true, then the Data is in LIST format instead of ARRAY format0
<2,12>Autofill Column(s)IntegerThe column(s) against which autofill is performedMaster Column
<2,13>Hide When EmptyBooleanIf true, then the dropdown hides when the user clears the editline0
<2,14>Normal NavigationBooleanIf true, then the up/down/pgup/pgdown keys move the editline cursor when the drop down is hidden0
<2,15>Show Only When EmptyBooleanIf true and Show Immediately is true, then the dropdown only shows immediately when the editline's contents are empty0
<2,16>No Show AutofillBooleanIf true, then the drop down does not appear during autofill0
<2,17>Clear Selection on Backspace or DeleteBooleanIf true, then the currently selected drop down item will be deselected when the user presses backspace or delete0
<2,18>Show Popup While Read OnlyBooleanIf true, then the user can click the drop down button and select an item but still cannot type in the cell0
<2,19>Show Popup While NavigatingBooleanIf true and Normal Navigation is false, then pressing up/down/pgup/pgdown shows the popup0
<2,20>Always Tab Out on EnterBooleanIf true, then pressing Enter will tab out of the cell even if the drop down was visible1
<2,21>Dropdown ThresholdIntegerThe number of rows, at minimum, that must be visible within the dropdown for it to appear below the cell0
<2,22>Dropdown FontFontThe font used to render the drop down itemsTahoma, 8pt
<2,23>Limit to ListBooleanDetermines if the editline's contents must be limited to the values in the dropdown.0
<2,24>Match AnywhereBooleanDetermines if autofill will also match what you type to any substrings within text, instead of just at the beginning of it.0
<2,25>Row HeightIntegerSets the height of each row in the drop down. 14

Indices

IndexDescription
CtrlIdIdentifies a subclassed control

Remarks

Applies To: EDITLINE, EDITBOX

...