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 provided:

  • ActiveX Library
  • COM Object
  • Type Library
  • Active Form
  • Active Server Object
  • Automation Object
  • COM+ Event Object
  • COM+ Subscription Object
  • Property Page

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!