ActionSuccess | Indicates whether the application handled the event successfully.
Only relevant when the BeforeAction property is false. |
CharPressed | The character that was pressed to trigger this event. |
ColUID | The unique ID of the matrix or grid column on which the event occurred (default is -1). |
FormMode | The mode of the form when the event occurred. |
FormTypeCount | The form number within the type. |
FormUID | The unique ID of the form in which the event occurred. |
InnerEvent | Indicates whether the event is internal. |
ItemChanged | Indicates whether the value of the item that triggered an item event was changed as a result of the event.
For example, a combo box may trigger an event, but the combo box value may remain unchanged and, therefore, nothing needs to be done. Check this property to determine if the value was changed. |
ItemUID | The unique ID of the item on which the event occurred. |
Modifiers | Indicates whether modifier keys were pressed at the same time as a standard key. |
PickerType | Indicates the type of picker that triggered the event. |
PopUpIndicator | The index of the selected item in a popup list, such as a combo box list. |
Row | The number of the matrix or grid row in which the event occurred.
For matrix objects, the value is 1-based; for grid objects, the value is 0-based. |