QuickObject
We have also implemented most of the QuickObjects classes that are available in Team Developer. In the table below you can find the list of the supported QuickObject classes:
cQuickTabs
SalQuickTabs
UserControl wrapping a TabControl
cQuickTabsDialog
SalQuickTabsDialog
Form
cQuickTabsForm
SalQuickTabsForm
Form
cQuickTabsParent
SalQuickTabsParent
SalQuickTabsParentForm
SalQuickTabsParentDialog
Form
cQuickTipCheckBox
QuickToolTipCheckBox
SalQuickToolTipCheckBox
CheckBox
cQuickTipChildTable
QuickToolTipTable
SalQuickToolTipChildTable
UserControl
cQuickTipComboBox
SalQuickToolTipComboBox
ComboBox
cQuickTipDataField
QuickTooltipDataField
QuickToolTipDatafield
SalQuickToolTipDataField
TextBox
cQuickTipHScrollBar
SalQuickToolTipHScrollBar
HScrollBar
cQuickTipListBox
SalQuickToolTipListBox
ListBox
cQuickTipMultilineField
QuickToolTipMultilineField
SalQuickToolTipMultilineField
TextBox
cQuickTipOptionButton
QuickToolTipOptionButton
SalQuickToolTipOptionButton
RadioButton
cQuickTipPicture
QuickToolTipPicture
SalQuickToolTipPicture
PictureBox
cQuickTipPushbutton
QuickToolTipPushbutton
SalQuickToolTipPushbutton
Button
cQuickTipRadioButton
QuickToolTipRadioButton
SalQuickToolTipRadioButton
RadioButton
cQuickTipTableWindow
SalQuickToolTipTableWindow
Form
cQuickTipVScrollBar
SalQuickToolTipVScrollBar
VScrollBar
cToolTipManager
SalToolTipManager
Object
Over the years some names have been changed in the Team Developer QuickObject library. As a result there are different names for the same class and the naming convention is inconsistent.
While porting, we normalize all the different names into a single consistent naming style.
Unsupported QuickObject classes
We do not support the following QuickObject classes:
cQuickGraph and all related classes.
cQuickReport and all related classes.
cQuickMail and all related classes.
The code is still fully ported and the classes are generated. However the functionality is not supported and needs to be rewritten in the new application.
Last updated