I'm probably just overlooking something, but I have an object that I'd like to place some code in its init event. The code needs to access a parameter passed to the form that the object is on. Since the object inits happens before the form init, how can I get that object init to detect that parameter? I certainly don't want to mess with global variables.
Thanks,
David