[fpc-pascal] Re: Find the nature of a pointer
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Mon Sep 4 22:42:56 CEST 2006
On 9/4/06, Milan Marusinec <milan at marusinec.sk> wrote:
> What you want is possible with a little adjustment of the classes
> you want to identify at runtime.
> Look at the included example I am sending.
> Does it solves your problem ?
Thanks, seams a very interresting way to solve the problem
But I already solved my problem getting rid of the records. I made all
Handles that need to be passed to that function become Objects, then I
can just use the is operator to find out which class it belongs to.
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list