Update Event
Object List Next Object
Defined By: Window
Description:
This event is triggered when the CurrentRecord of the Windows DataSource
changes and allows you to set the text property of a window.
Usage:
Sub Update(ByVal value As String)
Details:
The user can override this method (write his own) if the user wants to change
the default behavior. For instance the user can write his own Update method
that sets the value for a check box when the CurrentRecord of the DataSource
changes. (The current record is changed by any Find or Move method.) The default
behavior would be to set the Text property.