Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

How to add Custom Enumerated Type to RAP?

edited July 2006 in RAP
I have a custom function that needs an enumerated data type.

How??

Thanks
Juan Jose

Comments

  • edited July 2006

    Example:

    uses
    ppEnum;

    Initialization
    // parameters are TypeName, TypeInfo
    raRegisterEnum('TPenStyle', TypeInfo(TPenStyle));



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited July 2006
    Thanks

    It works!

This discussion has been closed.