Question: "How do I make my pass-through functions available at design-time?"
Since pass-through functions are registered with RAP by calling raRegisterFunction (typically in the Initialization
section of a unit), to make your functions available at design-time we simply need to arrange to have the
initialization section of your unit executed at design-time.
To do so, we'll create a design-time package and add in your units.
Do the following:
Your functions should now be available within RAP at Delphi design-time.
For an example of this, see the CodeSite support package in RBuilder\Demos\0. RAP\2. CodeSite.