C++ and AddMethod
Hello
How should I register my own functions using C++ Builder the same way as in \Extra\New DB engine\Template\frxXXXRTTI.pas ?
I don't know how and when to initialize class TFunctions. What should be passed to TFunctions constructor - fsGlobalUnit() ?
Is it possible to have these functions available in IDE designer?
frxReport->AddFunction works fine, but it's not enough for me.
How should I register my own functions using C++ Builder the same way as in \Extra\New DB engine\Template\frxXXXRTTI.pas ?
I don't know how and when to initialize class TFunctions. What should be passed to TFunctions constructor - fsGlobalUnit() ?
Is it possible to have these functions available in IDE designer?
frxReport->AddFunction works fine, but it's not enough for me.