PPJ Manual
HomeCurrent IssuesDownloads
  • Welcome
  • Releases
    • PPJ 2023
  • PPJ 2023
  • PPJ Web API
  • PPJ Desktop API
  • Wisej.NET Documentation
  • General
    • Framework
      • Features
        • SAL and SQL Functions
        • Constants and Variables
        • SalContext
        • Visual Toolchest
        • XSal2
        • Reporting Support
        • LINQ Support
        • SalCompileAndEvaluate
        • Unicode Support
        • Startup Arguments
        • App.config
      • Data Types
        • Automatic Casts
        • Dynamic Arrays
      • Controls
        • ToolBar
        • TabControl
        • TableWindow
        • QuickObject
        • Ribbon Bar
        • NavigationBar
      • SQL Support
        • Configuration
        • ADO.NET Drivers
        • Bind and Into Variables
        • DBP Parameters
        • SqlContext
      • Extensions
        • Table Window
        • Unicode Support
        • Bug Fixes
        • Object Oriented Types
        • Custom Parsers
        • Named Properties
        • Microsoft Charts
        • Tabbed MDI
        • Watermark
        • HTML Rendering
      • Skins and Themes
        • Skin Files
        • Theme Files
        • Configuration
        • Skin Editor
        • Theme Builder
      • Tracing
        • Trace Viewer
        • Default Listeners
        • Tracing the Application
      • Spell Checker
        • Dictionaries
    • Ported Application
      • Project Structure
        • Late Bind Calls
        • Visual Styles
        • Unqualified References
        • Message Actions
        • When SQLError
        • Classes
      • Global Items
      • Forms
      • COM/ActiveX
      • Multiple Inheritance
      • Configuration Tool
      • Issues & Workarounds
    • Ported Reports
      • General
      • Crystal Reports
        • Structure
        • Unsupported Features
      • List & Label
        • Report Conversion
        • Structure
        • Document
        • Input Items
        • Passing Data
        • Unsupported Features
      • Reporting Services
        • Features
      • Stimulsoft
        • Break Groups
        • Fields
        • Formulas
        • Cache Mode
Powered by GitBook
On this page

Was this helpful?

  1. General
  2. Framework
  3. Controls

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 Class
PPJ Equivalent
.NET Base Class

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.

PreviousTableWindowNextRibbon Bar

Last updated 3 years ago

Was this helpful?