Another option would be to either create a descendant of SystemVariable or copy the code and create your own. You could unregister the existing SystemVariable if you want to remove it and then register your own. Source to the SystemVariable is located in ppVar.pas. An example of a custom component is in RBuilder\Demos\RCL.
Another option is to use the RBAddOn component set. It features a system info pipeline that you could use to get the username. Surf www.bancoems.com\RBAddOn.htm for a demo.
Comments
(a complex 'Username' function?)
use a JITPipeline to provide static informations, this is as simple as it could be (no RAP needed!).
regards,
Chris Ueberall;
Another option would be to either create a descendant of SystemVariable or
copy the code and create your own. You could unregister the existing
SystemVariable if you want to remove it and then register your own. Source
to the SystemVariable is located in ppVar.pas. An example of a custom
component is in RBuilder\Demos\RCL.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
info pipeline that you could use to get the username. Surf
www.bancoems.com\RBAddOn.htm for a demo.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com