Adding an Interface to the Type Library

From RAD Studio
Jump to: navigation, search

Go Up to Using the Type Library Editor


To add an interface

  1. On the toolbar, click the interface icon. An interface is added to the object list pane, prompting you to add a name.
  2. Type a name for the interface.

The new interface contains default attributes that you can modify as needed.

You can add properties (represented by getter/setter functions) and methods to suit the purpose of the interface.

See Also