Version 6.3.8 for Windows
 —  Dialog Component Reference  —

Change Event

This document covers the following topics:


Applies To

Date and Time Picker (DTP) Control, Edit Area Control, Input Field Control, OLE Container Control, Scrollbar Control, Selection Box Control, Slider Control, Slider Control, Table Control.

Top of page

Description

This event is raised to indicate a change in the control's value.

For a Scrollbar Control or Slider Control, this event occurs when the control's SLIDER attribute value changes.

For a Date and Time Picker (DTP) Control or Slider Control, this event occurs when the control's POSITION attribute value changes.

For an OLE Container Control, this event occurs when the object's data have been changed.

For all other control types listed above, this event occurs when the control's STRING attribute value changes.

If this event occurs in a cell of a Table Control, the ROW and COLUMN attributes are modified so that they contain the position of the changed cell.

If this event occurs for an Input Field Control or a Selection Box Control with a linked variable, the linked variable must be updated in the change event.

Top of page