VCL.TRegSvr Sample

From RAD Studio Code Examples
Jump to: navigation, search

This sample provides the source for TRegSvr.exe and shows how to register a type library programmatically.

Location

You can find the TRegSvr sample project at:

How to Use the Sample

  1. Navigate to the location given above and open TRegSvr.dproj.
  2. In the Projects Window, right-click on TRegSvr.exe and select Compile on the context menu. The output of the compilation is tregsvr.exe.
Note: Some command line examples are listed in TRegSvr.exe, the Type Library Registration Tool.

See Also