RAD Studio (Common)
ContentsIndex
PreviousUpNext
Component

These dialogs pertain to adding and working with components in RAD Studio.

Name 
Description 
ComponentCreate Component Template
Use this dialog box to save the selected components on the current form as a reusable component template.  
ComponentImport Component
Use this wizard to import a type library, an ActiveX Control, or a .NET assembly as a component in your project.
If you select Import Component with no project open, you need to choose VCL for C++ Win32 or VCL for Delphi Win32.
The following files are generated by the Import Component wizard:
  • For Delphi: *+TLB.dcr, *_TLB.pas.
  • For C++: *_OCX.dcr, *_OCX.cpp, *_OCX.h, *_TLB.cpp, *_TLB.h.
Note: Not all of the features described here are present for every instance of the wizard.
 
ComponentInstall Packages
Specifies the design time packages installed in the IDE and the runtime packages that you want to install on your system, for use on all projects.  
ComponentNew VCL Component
Use this wizard to create a new VCL component for Delphi for Win32, C++. The personality of your current project is detected and used for the VCL component.
If you do not have a project open when you invoke the wizard, an initial page is displayed (Personality, Framework, and Platform page). On this page, you specify the personality that you want the VCL component to use.
Note: Not all of the features described here are present for every instance of the wizard.
 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!