On Sat, 1 Oct 2011 11:28:01 +0200 Zaher Dirkey <[email protected]> wrote:
>[...] > In my knowledge, Mehtod of the object, is pointer to the Procedure and > pointer to that Object, i do not know if that correct. Correct. > Now in design time, the code not set, that is ok, but data set to fake > pointer, what is it?. In case of Lazarus it is a TJITMethod. > Maybe if i want to understand i must follow the IDE designer and read it, or > you can explain it to me :) . see designer/jitforms.pp TJITMethod stores the owner object and method name. At runtime this information is normally stored in the method data and the VMT of the class of the method owner. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
