Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
How to add Custom Enumerated Type to RAP?
rbuser
July 2006
edited July 2006
in
RAP
I have a custom function that needs an enumerated data type.
How??
Thanks
Juan Jose
Comments
nardmoseley
July 2006
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
rbuser
July 2006
edited July 2006
Thanks
It works!
This discussion has been closed.
Comments
Example:
uses
ppEnum;
Initialization
// parameters are TypeName, TypeInfo
raRegisterEnum('TPenStyle', TypeInfo(TPenStyle));
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
It works!