Delphi XE2: how to define not members of a class functions in the component unit
问题 I have problem with not members of a class functions. I want to use that functions in a new component unit but they did not work in a component unit! these two functions must assign to another function in a dll as parameter. When I used this 2 functions(not members of class) in main form they can work but in the new component unit, the dll function cannot call back these two functions any more! How can I resolve this problem ? Is this delphi bug ? because I am using Delphi XE Update 2 this is