Skip to main content

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:

QuickObject ClassPPJ Equivalent.NET Base Class
cQuickTabsSalQuickTabsUserControl wrapping a TabControl
cQuickTabsDialogSalQuickTabsDialogForm
cQuickTabsFormSalQuickTabsFormForm
cQuickTabsParent

SalQuickTabsParent

SalQuickTabsParentForm

SalQuickTabsParentDialog

Form

cQuickTipCheckBox

QuickToolTipCheckBox

SalQuickToolTipCheckBoxCheckBox

cQuickTipChildTable

QuickToolTipTable

SalQuickToolTipChildTableUserControl
cQuickTipComboBoxSalQuickToolTipComboBoxComboBox

cQuickTipDataField

QuickTooltipDataField

QuickToolTipDatafield

SalQuickToolTipDataFieldTextBox
cQuickTipHScrollBarSalQuickToolTipHScrollBarHScrollBar
cQuickTipListBoxSalQuickToolTipListBoxListBox

cQuickTipMultilineField

QuickToolTipMultilineField

SalQuickToolTipMultilineFieldTextBox

cQuickTipOptionButton

QuickToolTipOptionButton

SalQuickToolTipOptionButtonRadioButton

cQuickTipPicture

QuickToolTipPicture

SalQuickToolTipPicturePictureBox

cQuickTipPushbutton

QuickToolTipPushbutton

SalQuickToolTipPushbuttonButton

cQuickTipRadioButton

QuickToolTipRadioButton

SalQuickToolTipRadioButtonRadioButton
cQuickTipTableWindowSalQuickToolTipTableWindowForm
cQuickTipVScrollBarSalQuickToolTipVScrollBarVScrollBar
cToolTipManagerSalToolTipManagerObject

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.