Description:  | Generated when:  | ||||
ComboBox  | Text in the text box changes if the Style property is "0 - Simple" or "1 - DropDown".  | ||||
Edit  | Text in the control changes.  | ||||
FolderList  | Another folder is selected and the current folder changes. Generated after the SelChange event.  | ||||
Image  | Displayed image changes.  | ||||
ProgressIndicator  | Value property changes.  | ||||
ScrollBar  | Scrollbar position changes.  | ||||
Slider  | Slider pointer position changes.  | ||||
StaticText  | Displayed text changes.  | ||||
TextBox  | If the EditableLabel property is False, a Change event is generated every time the user presses a character key. If the EditableLabel property is True, the Change event is only generated when the user presses the ENTER key.  | ||||
Used in controls:  | ComboBox Edit FolderList  | Image ProgressIndicator  | ScrollBar Slider  | StaticText TextBox  | |
Used in objects:  | None.  | ||||
Parameters:  | [VT_I4 - IndexS9(9) COMP-5]  | ||||
Description of parameters:  | Index: When the control is part of an array, Index contains the control's index in the array.  | ||||