I am trying to get (using RTTI) the ones formsthat are in my application in order to create them in runtimeform-based Name.
I declared a {$TYPEINFO ON}compiler directive and I encoded:
lRttiType := pRttiContext.FindType ('Forms.tForm');
but I get the result nil.
'Forms.tForm'should be in shape Name?
Any help would be appreciated.
source
share