In a component I'm writing, a DLL needs access to a standard function so this is declared outside the main object. Within this function I want to access variables and methods inside the main object, but I can't find a way to do it. Is this possible? Thanks, Ross.