hi all,
i'm developing an application with Delphi 6.
I need to define some Inner Classes (Nested..).
I really don't know how to do. I found an article explaining the syntax, but it doesn't compile on delphi 6.
The article say to do this:
type OuterClass=Class
procedure prova;
type InnerClass = class
procedure prova2;
end;
end;
but it does not compile...
what can i do?
Thanks All.
Andrea.
i'm developing an application with Delphi 6.
I need to define some Inner Classes (Nested..).
I really don't know how to do. I found an article explaining the syntax, but it doesn't compile on delphi 6.
The article say to do this:
type OuterClass=Class
procedure prova;
type InnerClass = class
procedure prova2;
end;
end;
but it does not compile...
what can i do?
Thanks All.
Andrea.