What Delphi adds to Visual Basic:
Status: These are some things I noticed while
reading the Delphi User's Guide and from reading
the comp.lang.pascal newsgroup.
- Professional quality version available through educational
license
- Color Buttons
- Option to keep components fixed in place during development
- More controls, better method of arrangement of the component
palette
- Form, project, and menu templates and form and project experts
- Object inspector has a stay on top setting
- General functionality of right-click speed menu
- Better code editor functionality, including font selection
and sizing
- Option to save window placement of existing project
- Option to start project with a default project layout
- Option to start forms with a default form layout
- The value of a changed default name property is reflected
in the caption if the caption is the same value as the name
- Automatic creation of separate form and a code files rather
than putting code in form files as Visual Basic does
- Runtime form centering options
- Design time component alignment options
- Delphi objects encapsulate Windows behaviors, enabling you
to interact with the object instead of directly with Windows.
I think that that is a quote from the User's Guide.
- You can reuse a form by making it into a component that can
be installed onto the component palette. Another quote.
- Better input option
- Easier access to stay on top attributes
- Drag and Drop menu editing
- Complete information and capability is provided for writing
Delphi components.
- Flyby help hints
- Better positioning of quickly added components
- Better settings for items placed within forms
- Providing a list of open documents as part of the Window menu in
an MDI application requires only that you set a property.
- Arranging icons and cascading or tiling windows for MDI
applications is very easy.
- The grid component allows individual items within the grid to be
edited.
JPF