RAD Studio
ContentsIndex
PreviousUpNext
Interoperable Applications Procedures

Delphi provides wizards and classes to make it easy to implement applications based on the Component Object Model (COM) from Microsoft. The simplest COM objects are servers that expose properties and methods (and possibly events) through a default interface that clients can call. The COM Object Wizard builds a lightweight COM object whose default interface descends from IUnknown or that implements an interface already registered on your system. This wizard provides the most flexibility in the types of COM objects you can create.

Name 
Description 
RAD Studio provides wizards that help you create COM projects and COM objects. These wizards are available for both Delphi and C++ projects. The following COM wizards are available in the list for FileNewOther<personality>ActiveX:
  • Active Form
  • Active Server Object
  • ActiveX Control
  • ActiveX Library
  • Automation Object
  • COM Object
  • COM+ Event Object
  • COM+ Subscription Object
  • Property Page
  • Transactional Object
  • Type Library

Two other related wizards are available from the FileNewOther<personality>Multitier list:
  • Remote Data Module
  • Transactional Data Module
 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!