Show: Delphi
C++
Display Preferences
Adding an Enumeration to the Type Library
From RAD Studio
Go Up to Working with type libraries Index
Go Up to C++Builder Developer's Guide
To add enumerations to a type library
- On the toolbar, click the enum icon. An enum type is added to the Object List pane.
- Type a name for the enumeration. The new enum is empty and contains default attributes in its attributes page for you to modify.
Add values to the enum by right-clicking the enum and selecting the New > Const button. Then, select each enumerated value and assign it a name (and possibly a value) using the attributes page.
Once you have added an enumeration, the new type is available for use by the type library or any other type library that references it from its uses page. For example, you can use the enumeration as the type for a property or parameter.