> It is on my todo list, yes.

I'll be waiting.

One more thing (which is actually why I ask my original question), how can I
get registered module name given the module instance or module class? i.e.
if I:

RegisterHTTPModule('m',TModule);

then

Something(TModule); or Something(Module);

shall return 'm'. ModuleFactory doesn't seem to provide such a
functionality. I want to create a listing of what actions are available for
the current module and I want to avoid repeating registered module name.



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/fcl-web-retrieve-URI-given-TFPWebModule-and-TFPWebAction-instances-tp5721650p5721663.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to