Click | Simulates a user click (main mouse button) on the specified cell. |
ClickPicker | Simulates a user click (main mouse button) on an icon to open a picker, setting the focus on the item and opening the picker form. |
GetText | Returns the text of the column's edit text. |
PressLink | Simulates a user click (main mouse button) on a linked button of a cell (when the column is set to be a LinkedButton object). |
SetText | Sets the text in the column's edit text. |
AffectsFormMode | Indicates whether this item triggers a change in the form mode. |
BackColor | The background color of text or graphics in an item. |
ChooseFromListAlias | The database field by which to filter a ChooseFromList attached to the edit box.
When the user enters a value in the text box and then presses the tab key, the ChooseFromList dialog is displayed with only those rows where the value of the field specified in this property starts with the entered text. For example, if the ChooseFromList displays business partners and this property is set to CardCode, when the user enters A in the edit box and presses the tab key, the ChooseFromList is displayed with only rows where the code starts with an A. If this property is set to CardName, then the same action displays only rows where the name starts with an A. In either case, after the user selects a value, the key of the selected row is entered into the text box. |
ChooseFromListUID | The unique ID of the ChooseFromList object to attach with this item. |
ColumnSetting | The settings for a special column cell in a grid or matrix. |
Description | The item description in the SAP Business One status bar. |
Editable | Indicates whether the column is editable. |
FontSize | The font size for EditText, ComboBox, and StaticText items. |
ForeColor | The foreground color of text or graphics in an item. |
LinkedObjectType | The unique ID of a linked object. The default is an empty string. |
PickerType | The picker type for this item. |
RightJustified | Indicates whether the item is right-justified. |
TextStyle | Indicates the font style of text displayed by the item. |
TitleObject | The column title and its properties. |
Type | The column type. |
UniqueID | The item's unique ID. |
Visible | Indicates whether the item is visible. |
Width | The item's width, in pixels. |
ChooseFromListAfter | The event occurs after the user makes a selection in the ChooseFromList form or chooses Cancel. |
ChooseFromListBefore | The event occurs before the ChooseFromList form is displayed. |
ClickAfter | ClickAfter |
ClickBefore | ClickBefore |
CollapsePressedAfter | The event occurs after the collapse button is pressed. |
CollapsePressedBefore | The event occurs before the collapse button is pressed. |
ComboSelectAfter | The event occurs after a value was selected in a combo box. |
ComboSelectBefore | The event occurs before a value was selected in a combo box. |
DatasourceLoadAfter | The event occurs after data was loaded from the GUI into a matrix data source. |
DatasourceLoadBefore | The event occurs before data was loaded from the GUI into a matrix data source. |
DoubleClickAfter | The event occurs after the main mouse button was double clicked. |
DoubleClickBefore | The event occurs before the main mouse button was double clicked. |
GotFocusAfter | GotFocusAfter |
GridSortAfter | The event occurs after a grid column was sorted. |
GridSortBefore | The event occurs before a grid column was sorted. |
KeyDownAfter | The event occurs after the key was pressed. |
KeyDownBefore | The event occurs before the key was pressed. |
LinkPressedAfter | The event occurs after a link arrow was pressed. |
LinkPressedBefore | The event occurs before a link arrow was pressed. |
LostFocusAfter | LostFocusAfter |
MatrixLoadAfter | The event occurs after data was loaded from the database into a matrix data source. |
MatrixLoadBefore | The event occurs before data was loaded from the database into a matrix data source. |
PickerClickedBefore | The event occurs before the Picker form is displayed. |
PressedAfter | The event occurs after the item was pressed, that is, a mouse is released within an item. |
PressedBefore | The event occurs before the item was pressed. |
ValidateAfter | An item lost focus and validation is required. The event occurs after the validation. |
ValidateBefore | An item lost focus and validation is required. The event occurs after the validation. |