eva/3 Application BuilderDeveloping eva/3 ApplicationsWorking with FormsStandard BeansSTableComboBox 

SComboBox SComboBox Properties

Database
TableColumnDefinitions Defines the table columns
BoundColumnName Defiens e.g. the primary key column. The selected value later will be set e.g. to the foreign key column.
ControlSource Siehe common properties
FilterOperator Siehe common properties
FilteredControlSource Siehe common properties
FilteredTableSource Siehe common properties
ListTableSource Defines the data source to fill the list of the SComboBox from
SearchedControlSource Defines the column of the STableElement inSearchedTableSource by wich should be filtered. . See Using Tables and Table columns dialog
SearchedTableSource Resambles the property FilteredTableSource.This property also filters the data records of a STableElement, but uses the filtered data for positioning of the data records. All data records will be displayed. See Using Tables and Table source selection dialog
ShowClosedColumnName Defines wich column of the table will be shown when the SComboBox is closed
TableSource Siehe common properties
Event
ActionPerformedMacro Siehe common properties
ActionPerformedMacroParameters Siehe common properties
FocusGainedMacro Siehe common properties
FocusGainedMacroParameters Siehe common properties
FocusLostMacro Siehe common properties
FocusLostMacroParameters Siehe common properties
InputVerifier Siehe common properties
ItemStateChangedMacro Siehe common properties
ItemStateChangedMacroParameters Siehe common properties
MouseClickedMacro Siehe common properties
MouseClickedMacroParameters Siehe common properties
MouseDoubleClickedMacro Siehe common properties
MouseDoubleClickedMacroParameters Siehe common properties
MouseDraggedMacro Siehe common properties
MouseDraggedMacroParameters Siehe common properties
MouseEnteredMacro Siehe common properties
MouseEnteredMacroParameters Siehe common properties
MouseExitedMacro Siehe common properties
MouseExitedMacroParameters Siehe common properties
MouseMovedMacro Siehe common properties
MouseMovedMacroParameters Siehe common properties
MousePressedMacro Siehe common properties
MousePressedMacroParameters Siehe common properties
MouseReleasedMacro Siehe common properties
MouseReleasedMacroParameters Siehe common properties
Main
CloseAfterSelection If this property is set, the popup will be closed after the user has selected an item. Otherwise the popup stays opened. The opened popup can be used for data editing within the popup table.
DefaultValue Siehe common properties
BorderColor Siehe common properties
BorderEffect Siehe common properties
BorderThickness Siehe common properties
DeleteKeyActive Defines, whether null values are allowed in the STableComboBox
Enabled Siehe common properties
Focusable Siehe common properties
Font Siehe common properties
MaximumSize Siehe common properties
MinimumSize Siehe common properties
NullValueText A value that will be displayed in the TComboBox instead of null values
Opaque Siehe common properties
PopupMenu Siehe common properties
PopupWidth Defines the width of the STableComboBox popup, that will be displayed when theSTableComboBox arrow button will be pressed. If this value is set to 0, the width will be calculated using the TableColumnDefinition.
PopupHeight Specifies the height of the popup , that will be displayed when theSTableComboBox arrow button will be pressed. If the height is set to 0, the height will be caluclated using the STable within the popup.
PreferredSize Siehe common properties
RequestFocusEnabled Siehe common properties
ShowParentPopupMenu Siehe common properties
ToolTipText Siehe common properties
ValidationRule Siehe common properties
ValidationText Siehe common properties
Visible Siehe common properties
Name Siehe common properties
Bounds Siehe common properties
Orientation
HorizontalAlignment Siehe common properties
ClosedListItemMargin Siehe common properties
View
Background Siehe common properties
Foreground Siehe common properties
SelectionBackground Siehe common properties
SelectionForeground Siehe common properties
Striped Defines whether every second line will be colored different (s. RowChangedBackground)
RowChangeBackground Defines the background color of every second row, when the property Striped is set totrue
EnableRolloverHighlighting Activates the properties RolloverBackgroundColor and RolloverForegroundColor.
RolloverBackgroundColor The background color for the row where the user moves the mouse over. This property is to be activated with the EnableRolloverHighlighting property.
RolloverForegroundColor The foreground color for the row where the user moves the mouse over. This property is to be activated with the EnableRolloverHighlighting property.
GridColor Allows to specify the color of the table grid in the popup.
ShowVerticalLines If this property is set, the vertical grid lines will be displayed. Otherwise they're not drawn.
ShowHorizontalLines If this property is set, the horizontal grid lines will be displayed. Otherwise they're not drawn.
Constraints Siehe common properties