| |
I have something like this: PStruct = ^Struct; Struct = record num : integer; end; I have a unit to handle that structure ( is a bit more complicated, but is a good example), in this unit I have a procedure that deletes ( disposes ) the pointer. How can I know if a pointer are created or not?,... more »
|