Update Method
Object List Next Object
Defined By: Control
Description:
Sets the text property of a window when the CurrentRecord of the Windows
DataSource changes.
Declaration:
Sub Update(ByVal value as String)
Details:
The user can override this method (write his own) to change the default
behavior. For instance the user can write an 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.
See Also: Text property