Control
Object List Hierarchy Next Object
Definition:
A template object that encapsulates features common to all controls. It should
not be used, only copied.
Specialized Features:
The following tables list and describe the properties and methods added by Control. There are no added events.
Property Use to...
TabGroup Determine where each TabGroup begins.
TabStop Determine whether a user can use the TAB key to access a control.
Method Use to...
Update Set the text property of a window when the CurrentRecord of the Windows
DataSource changes.
UpdateDataSource Use the value of the Text property to Update the DataField of the
CurrentRecord of the DataSource. It is called when a control's DataChanged property is True
and the CurrentRecord changes.
Copied Features:
Properties
Methods
Events