Programmieren mit dBASE PLUS: editorType
Zur Navigation springen
Zur Suche springen
The type of editing control in the grid column.
Eigenschaft von[Bearbeiten]
Beschreibung[Bearbeiten]
The editorType property is an enumerated property that determines the type of editable control used for the data in the column. It may have one of the following values:
Wert | Beschreibung | Control |
0 | Standard | Depends on column data type |
1 | Entryfield | ColumnEntryfield |
2 | CheckBox | ColumnCheckBox |
3 | SpinBox | ColumnSpinBox |
4 | ComboBox | ColumnComboBox |
5 | Editor | ColumnEditor |
You may access the control through the editorControl property.